All Projects → fnk0c → Cangibrina

fnk0c / Cangibrina

Licence: gpl-2.0
A fast and powerfull dashboard (admin) finder

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Cangibrina

Linkedin Profile Scraper
🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON. Works in 2020.
Stars: ✭ 171 (-14.5%)
Mutual labels:  spider
Zhihu Crawler People
A simple distributed crawler for zhihu && data analysis
Stars: ✭ 182 (-9%)
Mutual labels:  spider
Goribot
[Crawler/Scraper for Golang]🕷A lightweight distributed friendly Golang crawler framework.一个轻量的分布式友好的 Golang 爬虫框架。
Stars: ✭ 190 (-5%)
Mutual labels:  spider
Spoon
🥄 A package for building specific Proxy Pool for different Sites.
Stars: ✭ 173 (-13.5%)
Mutual labels:  spider
Crack Js Spider
破解JS反爬虫加密参数,已破解中国裁判文书网(2020-06-30更新),淘宝密码,天安保险登录,b站登录,房天下登录,WPS登录,微博登录,有道翻译,网易登录,微信公众号登录,空中网登录,今目标登录,学生信息管理系统登录,共赢金融登录,重庆科技资源共享平台登录,网易云音乐下载,一键解析视频链接,财联社登录。
Stars: ✭ 175 (-12.5%)
Mutual labels:  spider
Lianjia Beike Spider
链家网和贝壳网房价爬虫,采集北京上海广州深圳等21个中国主要城市的房价数据(小区,二手房,出租房,新房),稳定可靠快速!支持csv,MySQL, MongoDB,Excel, json存储,支持Python2和3,图表展示数据,注释丰富 ,点星支持,仅供学习参考,请勿用于商业用途,后果自负。
Stars: ✭ 2,257 (+1028.5%)
Mutual labels:  spider
Gain
Web crawling framework based on asyncio.
Stars: ✭ 2,002 (+901%)
Mutual labels:  spider
Ok ip proxy pool
🍿爬虫代理IP池(proxy pool) python🍟一个还ok的IP代理池
Stars: ✭ 196 (-2%)
Mutual labels:  spider
Grab
Web Scraping Framework
Stars: ✭ 2,147 (+973.5%)
Mutual labels:  spider
Scrapydweb
Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO 👉
Stars: ✭ 2,385 (+1092.5%)
Mutual labels:  spider
Owllook
owllook-小说搜索引擎
Stars: ✭ 2,163 (+981.5%)
Mutual labels:  spider
Ncov2019 data crawler
疫情数据爬虫,2019新型冠状病毒数据仓库,轨迹数据,同乘数据,报道
Stars: ✭ 175 (-12.5%)
Mutual labels:  spider
Marmot
💐Marmot | Web Crawler/HTTP protocol Download Package 🐭
Stars: ✭ 186 (-7%)
Mutual labels:  spider
Pythondemo
My Python Demo
Stars: ✭ 173 (-13.5%)
Mutual labels:  spider
Zi5book
book.zi5.me全站kindle电子书籍爬取,按照作者书籍名分类,每本书有mobi和equb两种格式,采用分布式进行全站爬取
Stars: ✭ 191 (-4.5%)
Mutual labels:  spider
Proxy pool
Python爬虫代理IP池(proxy pool)
Stars: ✭ 13,964 (+6882%)
Mutual labels:  spider
Python Script
My Python Script
Stars: ✭ 182 (-9%)
Mutual labels:  spider
Portia Dashboard
portia-dashboard is a visual web crawler based on scrapinghub/portia
Stars: ✭ 199 (-0.5%)
Mutual labels:  spider
Fooproxy
稳健高效的评分制-针对性- IP代理池 + API服务,可以自己插入采集器进行代理IP的爬取,针对你的爬虫的一个或多个目标网站分别生成有效的IP代理数据库,支持MongoDB 4.0 使用 Python3.7(Scored IP proxy pool ,customise proxy data crawler can be added anytime)
Stars: ✭ 195 (-2.5%)
Mutual labels:  spider
Videospider
抓取豆瓣,bilibili等中的电视剧、电影、动漫演员等信息
Stars: ✭ 186 (-7%)
Mutual labels:  spider
   ____                  _ _          _             
  / ___|__ _ _ __   __ _(_) |__  _ __(_)_ __   __ _ 
 | |   / _` | '_ \ / _` | | '_ \| '__| | '_ \ / _` |
 | |__| (_| | | | | (_| | | |_) | |  | | | | | (_| |
  \____\__,_|_| |_|\__, |_|_.__/|_|  |_|_| |_|\__,_|
	               |___/                Beta - v0.8.7
  Dashboard Finder

English


Dashboard Finder

Cangibrina 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.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'

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.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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].