Categories: Kali Linux

Cangibrina Tool To Obtain Dashboard Of Sites Using Brute-Force

Cangibrina is a multi platform apparatus which means to acquire the Dashboard of sites utilizing brute-force over wordlist, google, nmap, and robots.txt. A quick and powerfull dashboard (administrator) finder.

It encourages you disguise your IP deliver by enabling you to examine utilizing the TOR network. The web index it influences are Google and DuckDuckGo. It can likewise enable you to examine utilizing a custom client specialist string.

Python bundles it utilizes are automate, PySocks, BeautifulSoup4, html5lib notwithstanding Nmap and TOR. You likewise can indicate dorks to look for any authoritative dashboards it uncovered including another layer of security.

Requirements For Cangibrina

  • Python 2.7
  • mechanize
  • PySocks
  • beautifulsoup4
  • html5lib
  • Nmap (–nmap)
  • TOR (–tor)

Also Read E013 – WiFi Password Stealer For Microsoft Windows

How to install Cangibrina in Linux ?

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

cd cangibrina

pip install -r requirements.txt

Usage

usage: cangibrina.py [-h] -u U [-w W] [-t T] [-v] [--ext EXT] [--user-agent]
[--tor] [--search] [--dork DORK] [--nmap [NMAP]]

Fast and powerful admin finder

optional arguments:
-h, --help show this help message and exit
-u U target site
-w W set wordlist (default: wl_medium)
-t T set threads number (default: 5)
-v enable verbose
--ext EXT filter path by target extension
--user-agent modify user-agent
--sub-domain search for sub domains instead of directories
--tor set TOR proxy
--search use google and duckduckgo to search
--dork DORK set custom dork
--nmap [NMAP] use nmap to scan ports and services

Examples

python cangibrina.py -u facebook.com
python cangibrina.py -u facebook.com -v 
python cangibrina.py -u facebook.com -w /root/diretorios.txt -t 10 -v
python cangibrina.py -u facebook.com --search -v
python cangibrina.py -u facebook.com --search --dork 'site:facebook.com inurl:login'
python cangibrina.py -u facebook.com -v --nmap
python cangibrina.py -u facebook.com -v --nmap 'sudo nmap -D 127.0.0.1 -F facebook.com'
python cangibrina.py -u facebook.com --user-agent
python cangibrina.py -u facebook.com --ext php
[IMPORTANT] DORK MUST BE WRITE BETWEEN QUOTES !
[Example] 'inurl:login.php'

R K

Recent Posts

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

2 days ago

i-Haklab : Unleashing The Power Of Termux For Enhanced Cybersecurity

The main objective of the creation of this laboratory is to transport the applications, tools…

2 days ago

Dark FB – A Comprehensive Toolkit For Advanced Facebook Interactions

"Dark FB" is a powerful toolkit designed for those who wish to delve deeper into…

2 days ago

Wifi-Hacking.py : Your Ultimate Guide To Ethical WiFi Penetration Testing

Unlock the potential of ethical hacking with Wifi-Hacking.py, a powerful cybersecurity tool designed to navigate…

3 days ago

THREAT ACTORS – TTPs : Decoding The Digital Underworld Through Comprehensive Mapping

This repository was created with the aim of assisting companies and independent researchers about Tactics,…

3 days ago

MagicDot : Harnessing DOT-To-NT Path Conversion For Rootkit-Like Capabilities

A set of rootkit-like abilities for unprivileged users, and vulnerabilities based on the DOT-to-NT path…

3 days ago