Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
grapX will iterate through the URLs and grep the endpoints with all possible extensions.
- Host: GitHub
- URL: https://github.com/kabilan1290/grapX
- Owner: kabilan1290
- Created: 2020-09-21T20:11:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T11:23:22.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:45:10.024Z (5 months ago)
- Topics: automation, bugbounty, bugbounty-tool, bugbountytips, cybersecurity, opensource, python, python-script, security-automation, security-vulnerability
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 58
- Watchers: 1
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - kabilan1290/grapX - grapX will iterate through the URLs and grep the endpoints with all possible extensions. (Python)
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!