Support #750
Install SpiderFoot on Arch
Description
This is a guide for installing the SpiderFoot utility on Arch Linux.
Prepare the Environment¶
- Make sure the system up to date:
sudo pacman -Syu
- Install a few dependencies:
sudo pacman -S python2 git python2-lxml python2-netaddr python2-m2crypto python2-cherrypy python2-mako
Install SpiderFoot¶
- Clone spiderfoot from github:
git clone https://github.com/smicallef/spiderfoot.git cd spiderfoot
- Start spiderfoot:
python2 ./sf.py 192.168.0.10:5001
Install TOR¶
- Install tor:
sudo pacman -S tor
- Edit the torrc config file:
sudo nano /etc/tor/torrc
- And make sure to uncomment the ControlPort definition:
SocksPort 9050 ControlPort 9051
- And make sure to uncomment the ControlPort definition:
- Start TOR:
sudo systemctl start tor
- Next go to the spiderfoot web interface http://192.168.0.10:5001
- Go to Settings and set the following parameters
- SOCKS Server Type: TOR
- SOCKS Server IP Address: 127.0.0.1
- SOCKS Server TCP Port: 9050
- Resolve DNS through the SOCKS proxy: True
- Port TOR is taking control commands: 9051
Resources¶
Updated by Daniel Curtis almost 9 years ago
- Description updated (diff)
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by Daniel Curtis almost 9 years ago
- Description updated (diff)
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100