{"id":20585425,"url":"https://github.com/t-crypt/pentesting-tips","last_synced_at":"2025-06-18T15:38:06.648Z","repository":{"id":193596386,"uuid":"688697254","full_name":"T-Crypt/Pentesting-Tips","owner":"T-Crypt","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-04T22:58:57.000Z","size":1402,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T12:52:26.209Z","etag":null,"topics":["enumeration","nmap","penetration-testing","scanning"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/T-Crypt.png","metadata":{"files":{"readme":"README (1).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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-07T23:07:42.000Z","updated_at":"2024-10-04T22:59:01.000Z","dependencies_parsed_at":"2023-11-08T03:00:02.068Z","dependency_job_id":"9a2bddd8-f5f5-408a-996f-b160d0a1ba67","html_url":"https://github.com/T-Crypt/Pentesting-Tips","commit_stats":null,"previous_names":["t-crypt/nmap-cheatsheet","t-crypt/pentesting-tips"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/T-Crypt/Pentesting-Tips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Crypt%2FPentesting-Tips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Crypt%2FPentesting-Tips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Crypt%2FPentesting-Tips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Crypt%2FPentesting-Tips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T-Crypt","download_url":"https://codeload.github.com/T-Crypt/Pentesting-Tips/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Crypt%2FPentesting-Tips/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260581347,"owners_count":23031576,"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":["enumeration","nmap","penetration-testing","scanning"],"created_at":"2024-11-16T07:08:05.283Z","updated_at":"2025-06-18T15:38:01.634Z","avatar_url":"https://github.com/T-Crypt.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gobuster\n\n```shell-session\ncat ./vhosts | while read vhost;do echo \"\\n********\\nFUZZING: ${vhost}\\n********\";curl -s -I http://192.168.10.10 -H \"HOST: ${vhost}.randomtarget.com\" | grep \"Content-Length: \";done\n```\n\n\\\n\n\n```\nffuf -w /usr/share/seclists/Discovery/DNS/namelist.txt -u http://10.129.202.236 -H \"HOST: FUZZ.inlanefreight.htb\" -fs 10918 -mc 200\n```\n\n```shell-session\nexport TARGET=\"facebook.com\"\nexport NS=\"d.ns.facebook.com\"\nexport WORDLIST=\"numbers.txt\"\ngobuster dns -q -r \"${NS}\" -d \"${TARGET}\" -w \"${WORDLIST}\" -p ./patterns.txt -o \"gobuster_${TARGET}.txt\"\n\n```\n\n{% code title=\"Patterns\" %}\n```bash\nlert-api-shv-{GOBUSTER}-sin6\natlas-pp-shv-{GOBUSTER}-sin6\n```\n{% endcode %}\n\n```bash\ngobuster dir -u http://94.237.59.185:46471/ -w /usr/share/dirb/wordlists/common.txt\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-crypt%2Fpentesting-tips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-crypt%2Fpentesting-tips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-crypt%2Fpentesting-tips/lists"}