Skip to content
Franco Colombino edited this page Jun 21, 2015 · 1 revision

###Install

#####Dependencies Cangibrina needs

  • Python 2.7
  • Mechanize
  • BeautifulSoup 4
  • Socksipy (-T / --tor)
  • Nmap (-n / --nmap)

Linux

Cangibrina can be found at BlackArch and AUR repositories

Tem linux_install.sh script supports Debian (apt) and Arch (pacman). Others distros must install dependencies on their on

1. Makes sure you have git installed on your system.

[Debian]
sudo apt-get install git   

[Arch]
sudo pacman -S git --needed  

2. Clone git repository

git clone https://github.com/fnk0c/cangibrina  

3. Install

cd cangibrina && sudo ./linux_install.sh  

Windows

1. Download zip
Download

2. Extract
3. Open command prompt

Search box >> cmd  

4. Go to Cangibrina location

cd C:\\Users\$USERNAME\Downloads\cangibrina-master  

python cangibrina.py --help

Clone this wiki locally