Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
cangibrina — एक तेज़ और शक्तिशाली डैशबोर्ड (admin) खोजक | Kitploit
उपकरण/GitHubGitHub/fnk0c/cangibrina
टोहीभेद्यता स्कैनरजानकारी एकत्र करनावेब सुरक्षा
GitHubfnk0c/cangibrina

cangibrina

एक तेज़ और शक्तिशाली डैशबोर्ड (admin) खोजक

रिपॉजिटरी देखें
239787 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

/ | _ _ __ __ () |_ _ () __ __ _ | | / | '_ \ / _ | | ' | '| | '_ \ / ` | | |__| (| | | | | (| | | |) | | | | | | | (| | __,|| ||_, ||_./|| ||| ||_,| |___/ Beta - v0.8.7 डैशबोर्ड खोजक

  • अंग्रेज़ी
  • Português

अंग्रेज़ी


डैशबोर्ड खोजक

Cangibrina एक बहु-प्लेटफॉर्म उपकरण है जिसका उद्देश्य वर्डलिस्ट, गूगल, nmap और robots.txt पर ब्रूट-फोर्स का उपयोग करके साइटों का एडमिन डैशबोर्ड प्राप्त करना है

आवश्यकताएँ:

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

स्थापना:

Linux

root@kitploit:~
	git clone https://github.com/fnk0c/cangibrina.git
	cd cangibrina
	pip install -r requirements.txt

उपयोग

root@kitploit:~
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

उदाहरण

root@kitploit:~
	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

		[महत्वपूर्ण] DORK को उद्धरणों के बीच लिखा जाना चाहिए !
		[उदाहरण] '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

root@kitploit:~
	git clone https://github.com/fnk0c/cangibrina.git
	cd cangibrina
	pip install -r requirements.txt

Uso

root@kitploit:~
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

root@kitploit:~
	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

		[IMPORTANTE] DORK DEVE SER ESCRITA ENTRE ASPAS !
		[Exemplo] 'inurl:login.php'
टूल डाउनलोड करें