Vitali Kremez
  • Home
  • About
  • Contact
  • Cyber Security
  • Cyber Intel
  • Programming
  • Reverse Engineering
  • Exploit Development
  • Penetration Test
  • WIN32 Assembly
  • On Writing
    • Blog
    • LSAT
    • Photo
  • Honeypot
  • Forum

TCP Proxy Server Communication

7/18/2016

0 Comments

 
Source: Python for Black Hat

I. tcp_client.py (base64-encoded exfiltrated data)
1. Create a socket object
2. Connect the client
3. Send some Base64-encoded data
4. Receive data response =
II. tcp_server.py 0.0.0.0:9999 (original and decoded)
1. Send something
2. Print out what the client sends
3. Send back a packet
4. Spin up our client thread to handle incoming data
Picture
0 Comments



Leave a Reply.

    Author

    Vitali Kremez

    Archives

    July 2016
    May 2016
    January 2016

    Categories

    All

    RSS Feed

Powered by Create your own unique website with customizable templates.
  • Home
  • About
  • Contact
  • Cyber Security
  • Cyber Intel
  • Programming
  • Reverse Engineering
  • Exploit Development
  • Penetration Test
  • WIN32 Assembly
  • On Writing
    • Blog
    • LSAT
    • Photo
  • Honeypot
  • Forum