Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 400 Bytes

SpFire

web crawler & spider using python my image

Usage:

if you want to get links from a web site just enter:
python SpFire.py -t [Your Target Host]

also, you can use your cookie to request target host, like the following command:
python SpFire.py -t [Your Target Host] -c "cookie_name=cookie_value"

Happy Hacking