Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kabilan1290/grapX

grapX will iterate through the URLs and grep the endpoints with all possible extensions.
https://github.com/kabilan1290/grapX

automation bugbounty bugbounty-tool bugbountytips cybersecurity opensource python python-script security-automation security-vulnerability

Last synced: about 1 month ago
JSON representation

grapX will iterate through the URLs and grep the endpoints with all possible extensions.

Awesome Lists containing this project

README

        

# grapX

### ℹī¸ī¸ Description:

**grapX** will iterate through the urls extracted from `waybackurls`,It will match and list the urls with possible 50+ extensions.Sometimes we can expect the unexpected and find some juicy information through this listing.

This is a simple script i recently created for my recon automation.if you can contribute on some extensions or on code,Great!!

### 🔧 How to Install :

```
â–ļ git clone https://github.com/kabilan1290/grapX.git
â–ļ chmod +x grapX
â–ļ cp grapX /usr/local/bin/grapX
```
### 👨đŸģ‍đŸĢ How to Use :

```
â–ļ cat domains.txt | waybackurls > urls
â–ļ grapX urls output_filename

```

### 💁đŸģ Contribution :

This is an open source project. Any contribution would be greatly appreciated!