{"id":13844353,"url":"https://github.com/fnk0c/cangibrina","last_synced_at":"2025-06-19T20:43:43.525Z","repository":{"id":20329548,"uuid":"23603949","full_name":"fnk0c/cangibrina","owner":"fnk0c","description":"A fast and powerfull dashboard (admin) finder","archived":false,"fork":false,"pushed_at":"2018-11-20T13:54:44.000Z","size":369,"stargazers_count":225,"open_issues_count":1,"forks_count":81,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-08-24T14:04:20.400Z","etag":null,"topics":["admin-finder","python","spider"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fnk0c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-03T02:40:57.000Z","updated_at":"2024-08-12T19:14:45.000Z","dependencies_parsed_at":"2022-07-10T09:01:19.614Z","dependency_job_id":null,"html_url":"https://github.com/fnk0c/cangibrina","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnk0c%2Fcangibrina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnk0c%2Fcangibrina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnk0c%2Fcangibrina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnk0c%2Fcangibrina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnk0c","download_url":"https://codeload.github.com/fnk0c/cangibrina/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225763354,"owners_count":17520443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-finder","python","spider"],"created_at":"2024-08-04T17:02:40.937Z","updated_at":"2024-11-21T16:31:17.262Z","avatar_url":"https://github.com/fnk0c.png","language":"Python","funding_links":[],"categories":["Python (1887)","Python"],"sub_categories":[],"readme":"```\n   ____                  _ _          _             \n  / ___|__ _ _ __   __ _(_) |__  _ __(_)_ __   __ _ \n | |   / _` | '_ \\ / _` | | '_ \\| '__| | '_ \\ / _` |\n | |__| (_| | | | | (_| | | |_) | |  | | | | | (_| |\n  \\____\\__,_|_| |_|\\__, |_|_.__/|_|  |_|_| |_|\\__,_|\n\t               |___/                Beta - v0.8.7\n  Dashboard Finder\n```\n\n* [English](#english) \n* [Português](#português)  \n\n### English\n- - -\nDashboard Finder \n\nCangibrina is a multi platform tool which aims to obtain the admin Dashboard of sites using brute-force \nover wordlist, google, nmap, and robots.txt\n\n#### Requirements:  \n\n* Python 2.7    \n* mechanize  \n* PySocks  \n* beautifulsoup4  \n* html5lib  \n* Nmap (--nmap)  \n* TOR (--tor)  \n\n#### Install:         \n\n**Linux**  \n```\n\tgit clone https://github.com/fnk0c/cangibrina.git\n\tcd cangibrina\n\tpip install -r requirements.txt\n```\n\n#### Usage\n\n```\nusage: cangibrina.py [-h] -u U [-w W] [-t T] [-v] [--ext EXT] [--user-agent]\n                     [--tor] [--search] [--dork DORK] [--nmap [NMAP]]\n\nFast and powerful admin finder\n\noptional arguments:\n  -h, --help     show this help message and exit\n  -u U           target site\n  -w W           set wordlist (default: wl_medium)\n  -t T           set threads number (default: 5)\n  -v             enable verbose\n  --ext EXT      filter path by target extension\n  --user-agent   modify user-agent\n  --sub-domain   search for sub domains instead of directories\n  --tor          set TOR proxy\n  --search       use google and duckduckgo to search\n  --dork DORK    set custom dork\n  --nmap [NMAP]  use nmap to scan ports and services\n\n```\n\n#### Examples\n\n\n```\n\tpython cangibrina.py -u facebook.com\n\n\tpython cangibrina.py -u facebook.com -v\n\n\tpython cangibrina.py -u facebook.com -w /root/diretorios.txt -t 10 -v\n\n\tpython cangibrina.py -u facebook.com --search -v\n\n\tpython cangibrina.py -u facebook.com --search --dork 'site:facebook.com inurl:login'\n\n\tpython cangibrina.py -u facebook.com -v --nmap\n\n\tpython cangibrina.py -u facebook.com -v --nmap 'sudo nmap -D 127.0.0.1 -F facebook.com'\n\n\tpython cangibrina.py -u facebook.com --user-agent\n\n\tpython cangibrina.py -u facebook.com --ext php\n\n\t\t[IMPORTANT] DORK MUST BE WRITE BETWEEN QUOTES !\n\t\t[Example] 'inurl:login.php'\n```\n\n### Português\n\nDashboard Finder \n\nCangibrina é 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  \n\n#### Requerimentos:  \n\n* Python 2.7    \n* mechanize  \n* PySocks  \n* beautifulsoup4  \n* html5lib  \n* Nmap (--nmap)  \n* TOR (--tor)  \n\n#### Instalação:         \n\n**Linux**  \n```\n\tgit clone https://github.com/fnk0c/cangibrina.git\n\tcd cangibrina\n\tpip install -r requirements.txt\n```\n\n#### Uso\n\n```\nuso: cangibrina.py [-h] -u U [-w W] [-t T] [-v] [--ext EXT] [--user-agent]\n                     [--tor] [--search] [--dork DORK] [--nmap [NMAP]]\n\nRápido e poderoso admin finder\n\nargumentos opcionais:\n  -h, --help     mostra esta mensagem de ajuda e sai\n  -u U           site alvo\n  -w W           define wordlist (padrao: wl_medium)\n  -t T           define numero de threads (padrao: 5)\n  -v             habilita verbose\n  --ext EXT      filtra diretorio pela extensao do alvo\n  --user-agent   modifica user-agent\n  --sub-domain   procura por sub domínios ao invés de diretórios\n  --tor          define TOR proxy\n  --search       usa google and duckduckgo para procurar\n  --dork DORK    define dork personalizada\n  --nmap [NMAP]  usa nmap para escanear portas e servicos\n\n```\n\n#### Exemplos\n\n\n```\n\tpython cangibrina.py -u facebook.com\n\n\tpython cangibrina.py -u facebook.com -v\n\n\tpython cangibrina.py -u facebook.com -w /root/diretorios.txt -t 10 -v\n\n\tpython cangibrina.py -u facebook.com --search -v\n\n\tpython cangibrina.py -u facebook.com --search --dork 'site:facebook.com inurl:login'\n\n\tpython cangibrina.py -u facebook.com -v --nmap\n\n\tpython cangibrina.py -u facebook.com -v --nmap 'sudo nmap -D 127.0.0.1 -F facebook.com'\n\n\tpython cangibrina.py -u facebook.com --user-agent\n\n\tpython cangibrina.py -u facebook.com --ext php\n\n\t\t[IMPORTANTE] DORK DEVE SER ESCRITA ENTRE ASPAS !\n\t\t[Exemplo] 'inurl:login.php'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnk0c%2Fcangibrina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnk0c%2Fcangibrina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnk0c%2Fcangibrina/lists"}