Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnk0c/cangibrina
A fast and powerfull dashboard (admin) finder
https://github.com/fnk0c/cangibrina
admin-finder python spider
Last synced: about 2 months ago
JSON representation
A fast and powerfull dashboard (admin) finder
- Host: GitHub
- URL: https://github.com/fnk0c/cangibrina
- Owner: fnk0c
- License: gpl-2.0
- Created: 2014-09-03T02:40:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T13:54:44.000Z (about 6 years ago)
- Last Synced: 2024-08-24T14:04:20.400Z (5 months ago)
- Topics: admin-finder, python, spider
- Language: Python
- Homepage:
- Size: 360 KB
- Stars: 225
- Watchers: 24
- Forks: 81
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - fnk0c/cangibrina - A fast and powerfull dashboard (admin) finder (Python)
README
```
____ _ _ _
/ ___|__ _ _ __ __ _(_) |__ _ __(_)_ __ __ _
| | / _` | '_ \ / _` | | '_ \| '__| | '_ \ / _` |
| |__| (_| | | | | (_| | | |_) | | | | | | | (_| |
\____\__,_|_| |_|\__, |_|_.__/|_| |_|_| |_|\__,_|
|___/ Beta - v0.8.7
Dashboard Finder
```* [English](#english)
* [Português](#português)### English
- - -
Dashboard FinderCangibrina is a multi platform tool which aims to obtain the admin Dashboard of sites using brute-force
over wordlist, google, nmap, and robots.txt#### Requirements:
* Python 2.7
* mechanize
* PySocks
* beautifulsoup4
* html5lib
* Nmap (--nmap)
* TOR (--tor)#### Install:
**Linux**
```
git clone https://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.compython 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'
```### Português
Dashboard Finder
Cangibrina é uma ferramenta multi plataforma que visa obter o painel de administração de sites utilizando força brute baseado em wordlist, google, nmap e robots.txt
#### Requerimentos:
* Python 2.7
* mechanize
* PySocks
* beautifulsoup4
* html5lib
* Nmap (--nmap)
* TOR (--tor)#### Instalação:
**Linux**
```
git clone https://github.com/fnk0c/cangibrina.git
cd cangibrina
pip install -r requirements.txt
```#### Uso
```
uso: cangibrina.py [-h] -u U [-w W] [-t T] [-v] [--ext EXT] [--user-agent]
[--tor] [--search] [--dork DORK] [--nmap [NMAP]]Rápido e poderoso admin finder
argumentos opcionais:
-h, --help mostra esta mensagem de ajuda e sai
-u U site alvo
-w W define wordlist (padrao: wl_medium)
-t T define numero de threads (padrao: 5)
-v habilita verbose
--ext EXT filtra diretorio pela extensao do alvo
--user-agent modifica user-agent
--sub-domain procura por sub domínios ao invés de diretórios
--tor define TOR proxy
--search usa google and duckduckgo para procurar
--dork DORK define dork personalizada
--nmap [NMAP] usa nmap para escanear portas e servicos```
#### Exemplos
```
python cangibrina.py -u facebook.compython 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
[IMPORTANTE] DORK DEVE SER ESCRITA ENTRE ASPAS !
[Exemplo] 'inurl:login.php'
```