Skip to content

Latest commit

 

History

History
34 lines (14 loc) · 785 Bytes

Readme.md

File metadata and controls

34 lines (14 loc) · 785 Bytes

CodeFactor

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