https://github.com/myavuzyagis/poker
a small helper tool for pentesting. Automates boring stuff.
https://github.com/myavuzyagis/poker
bugbounty golang osint pentest-tool
Last synced: 5 months ago
JSON representation
a small helper tool for pentesting. Automates boring stuff.
- Host: GitHub
- URL: https://github.com/myavuzyagis/poker
- Owner: MYavuzYAGIS
- Created: 2023-02-23T08:02:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:22:26.000Z (over 3 years ago)
- Last Synced: 2024-06-21T17:04:21.064Z (almost 2 years ago)
- Topics: bugbounty, golang, osint, pentest-tool
- Language: Go
- Homepage:
- Size: 3.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
[](https://www.codefactor.io/repository/github/myavuzyagis/poker)
A small tool for automating early-recon phase trivial enums for pentesting.
Generally useful for CTFs rather than real time scenarios.
**Not** a top-notch quality code,but rather a dirty and quick one.
usage: poker --url https://xyz.dev
-- checks robots.txt [+]
-- checks hidden html comments. [+]
-- checks various login pages. [+]
-- searches "/" page source for interesting keywords.[+]
-- checks cookies. [+]
-- checks inline JS [+]
-- lists image names and locations.[+]
These things can be boring to handle manually, distracting, and time consuming. Hence let the gopher deal with it.
