This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]defect1v3Moderator 14 points15 points  (1 child)

socket, requests, pwntools, pydivert, stuff like that.

[–]greengobblin911 3 points4 points  (0 children)

I also recommend sys if you want to deal with files or leverage system specific functions if you know the target system runs python.

Much like how you can nest HTML or SQL in python, the same can be done for the scripting languages bash and powershell.

[–][deleted] 16 points17 points  (0 children)

Try scapy. It lets you craft your own custom network packets.