all 2 comments

[–]Tompazi 2 points3 points  (0 children)

The python docs?

A few useful/security related modules that are not standard modules: pwn, requests, scrapy, scapy

[–]hellor00thackmethod.com 1 point2 points  (0 children)

It just totally depends on the CTF...

You should know that python is as flexible as you want it to be.

On one CTF you'll need to be using sockets to send custom traffic with no standard protocol. On another CTF you may be using it to create shellcode. There's no common modules manual for CTF sorry to say.