An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![CodeFactor](https://www.codefactor.io/repository/github/myavuzyagis/poker/badge)](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.

![gopher](ico/gopher.png)