{"id":13843474,"url":"https://github.com/ascr0b/PCWT","last_synced_at":"2025-07-11T19:31:39.166Z","repository":{"id":53643109,"uuid":"234110886","full_name":"ascr0b/PCWT","owner":"ascr0b","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-20T03:06:46.000Z","size":586,"stargazers_count":48,"open_issues_count":1,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-05T17:37:40.461Z","etag":null,"topics":["bigscope","bugbounty","masscan","nmap","pentest","web-app"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ascr0b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-15T15:28:55.000Z","updated_at":"2023-09-28T11:10:07.000Z","dependencies_parsed_at":"2022-09-22T02:11:20.215Z","dependency_job_id":null,"html_url":"https://github.com/ascr0b/PCWT","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascr0b%2FPCWT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascr0b%2FPCWT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascr0b%2FPCWT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascr0b%2FPCWT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ascr0b","download_url":"https://codeload.github.com/ascr0b/PCWT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225755003,"owners_count":17519184,"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":["bigscope","bugbounty","masscan","nmap","pentest","web-app"],"created_at":"2024-08-04T17:02:09.928Z","updated_at":"2024-11-21T15:31:00.112Z","avatar_url":"https://github.com/ascr0b.png","language":"Python","funding_links":[],"categories":["Python (1887)","Python"],"sub_categories":[],"readme":"# PCWT\n\nA web application that makes it easy to run your pentest and bug bounty projects.\n\n## Description\n\nThe app provides a convenient web interface for working with various types of files that are used during the pentest, automate port scan and subdomain search.\n\n### Main page\n\n![Main page](https://raw.githubusercontent.com/ascr0b/PCWT/master/images/mainpage.png)\n\n### Project settings\n\n![Settings](https://raw.githubusercontent.com/ascr0b/PCWT/master/images/settings.png)\n\n\n### Domains dashboard\n\n![Domains](https://raw.githubusercontent.com/ascr0b/PCWT/master/images/domains.png)\n\n### Port scan\n\nYou can scan ports using nmap or masscan. The nmap is started with the following arguments:\n\n```\nnmap --top-ports 10000 -sV -Pn --min-rate 300 --max-retries 2 [ip]\n```\n\nThe masscan is started with the following arguments:\n\n```\nmasscan -p 1-65535 --rate 2000\n```\n\n### Subdomain search\n\n[Amass](https://github.com/OWASP/Amass) and [findomain](https://github.com/Edu4rdSHL/findomain) are used to find subdomains.\n\n\n### Features\n\n* Leave notes to host, port or domain.\n* Mark host or domain with tags.\n* Search by any field related with host, port or domain (tags and notes are included). Regexp is available.\n* Different types of sorting ara available on almost all dashboards.\n* Run port scan for all hosts, hosts without port scan or custom list.\n* Create tasks for subdomains search (every 2 hours, every 5 hours, every day or every week). You can also disable and enable them on demand using `Subdomain tasks` dashboard.\n* Different types of export are available.\n* Notifications about the start and end of the scan, as well as about new found domains can be sent to Telegram. Update the `config.py` with your chat id and token.\n\n## Install from sources\n\nNOTE 1: Change the paths for amass, findomain, nmap and masscan in `config.py` before running commands.\nNOTE 2: The app must be started as root if you want masscan to work.\n\n```\napt install python3 python-venv python3-pip\ngit clone https://github.com/ascr0b/PCWT\ncd PCWT\n\npython3 -m venv env\nsource env/bin/activate\npip3 install -r requirements.txt\n\nflask init-db\nflask crontab add\n\nexport FLASK_APP=app\nflask run\n```\n\nThe app is available at http://127.0.0.1:5000\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascr0b%2FPCWT","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fascr0b%2FPCWT","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascr0b%2FPCWT/lists"}