web crawler & spider using python
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