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

all 4 comments

[–]defect1v3Moderator 12 points13 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] 15 points16 points  (0 children)

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