{"id":13492701,"url":"https://github.com/enemy-submarine/pidrila","last_synced_at":"2025-03-28T10:32:53.111Z","repository":{"id":195083806,"uuid":"311131969","full_name":"enemy-submarine/pidrila","owner":"enemy-submarine","description":"Python Interactive Deepweb-oriented Rapid Intelligent Link Analyzer","archived":false,"fork":false,"pushed_at":"2020-11-08T19:14:12.000Z","size":138,"stargazers_count":203,"open_issues_count":7,"forks_count":29,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-08-01T19:44:17.407Z","etag":null,"topics":["appsec","bug-bounty","dirbuster","hacking","netstalking","penetration-testing","pentest","pentesting","python","scanner","scanner-web","security"],"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/enemy-submarine.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-11-08T18:52:07.000Z","updated_at":"2024-07-21T15:23:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"90aed70b-2a24-492c-be28-0dd2f682346f","html_url":"https://github.com/enemy-submarine/pidrila","commit_stats":null,"previous_names":["enemy-submarine/pidrila"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enemy-submarine%2Fpidrila","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enemy-submarine%2Fpidrila/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enemy-submarine%2Fpidrila/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enemy-submarine%2Fpidrila/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enemy-submarine","download_url":"https://codeload.github.com/enemy-submarine/pidrila/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222369838,"owners_count":16973287,"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":["appsec","bug-bounty","dirbuster","hacking","netstalking","penetration-testing","pentest","pentesting","python","scanner","scanner-web","security"],"created_at":"2024-07-31T19:01:08.400Z","updated_at":"2024-10-31T06:31:30.180Z","avatar_url":"https://github.com/enemy-submarine.png","language":"Python","funding_links":[],"categories":["Python","[](#table-of-contents) Table of contents"],"sub_categories":["[](#website-analyze)Website analyze"],"readme":"PIDRILA\n=========\n\nCurrent Release: v0.1.0 (2020.11.08)\n\nOverview\n--------\n**PIDRILA**: **P**ython **I**nteractive **D**eepweb-oriented **R**apid **I**ntelligent **L**ink **A**nalyzer is really fast async web path scanner prototype \ndeveloped by BrightSearch team for all ethical netstalkers.\n\nInstallation \u0026 Usage\n------------\n\n```\ngit clone https://github.com/enemy-submarine/pidrila.git\ncd pidrila\npython3 pidrila.py -u \u003cURL\u003e\n```\n\nOptions\n-------\n\n```\nUsage: pidrila.py [OPTIONS]\n\nOptions:\n  -U, --user-agent TEXT           User-Agent\n  -t, --timeout INTEGER           Request timeout  [default: 30]\n  -A, --auth TEXT                 Basic HTTP auth, i.e. login:password\n  -M, --max-connections-per-host INTEGER\n                                  How many simultaneous connections should we\n                                  open (per each host)  [default: 16]\n\n  -m, --max-connections INTEGER   How many simultaneous connections should we\n                                  open  [default: 128]\n\n  -p, --proxy TEXT                Proxy address, like socks5h://127.0.0.1:9050\n  -p, --pathlist FILENAME         Path list\n  -L, --url-list FILENAME         Target URL list\n  -u, --url TEXT                  Target URL, option is mutually exclusive\n                                  with url_list  [required]\n\n  -l, --logs DIRECTORY            Destination directory for the logs\n  --http-method [head|get]        HTTP method: GET or HEAD  [default: get]\n  --help                          Show this message and exit.\n```\n\nFeatures\n--------\n- Asynchronous\n- Can simultaneously scan unlimited number of sites\n- Keep-alive support\n- HTTP and SOCKS proxy support\n- User agent randomization\n\nScreenshot\n--------\n\u003cp align=\"center\"\u003e\n        \u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/enemy-submarine/pidrila/main/Pidrila.png\"\u003e\n\u003c/p\u003e\n\nUsage examples\n--------\nScan single clearweb site\n```\n python3 ./pidrila.py -u http://silenthouse.yoba -M 128\n```\n\nScan single onion site\n```\n python3 ./pidrila.py -u http://zqktlwi4fecvo6ro.onion -m 16 -M 16 --proxy=socks5h://127.0.0.1:9050\n```\n\nFast batch scan with custom User-Agent\n```\npython3 ./pidrila.py -m 2048 -L darkweb_sites_list.txt --user-agent \"Pantusha/2.0 (4.2BSD)\"\n```\n\nLicense\n-------\nLicense: GNU General Public License, version 2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenemy-submarine%2Fpidrila","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenemy-submarine%2Fpidrila","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenemy-submarine%2Fpidrila/lists"}