Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tunahorse/gobuster_looper
Bust URLs directory's from a text file.
https://github.com/tunahorse/gobuster_looper
brute-force gobuster recon security
Last synced: about 2 months ago
JSON representation
Bust URLs directory's from a text file.
- Host: GitHub
- URL: https://github.com/tunahorse/gobuster_looper
- Owner: tunahorse
- Created: 2021-05-21T21:16:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T05:22:26.000Z (over 3 years ago)
- Last Synced: 2024-07-30T14:19:09.275Z (3 months ago)
- Topics: brute-force, gobuster, recon, security
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - tunahorse/gobuster_looper - Bust URLs directory's from a text file. (Shell)
README
# gobuster_looper
Bust directory's from a text file.
## Notes
- This assumes you have [gobuster](https://github.com/OJ/gobuster) installed
- This is a terrible tool written in less than a few hours, improvements will be made but use at your own risk.
## Usage
```bash
git clone https://github.com/thetrebelcc/gobuster_looper
cd gobuster_looper
sh gobuster_looper.sh
type in txt.file
then type in the path to the wordlist
```- gobuster then runs taking in URLs from the text file and the worlist file. Results are saved to gobuster_results.txt
## Example
![example](example.png)## License
[MIT](https://choosealicense.com/licenses/mit/)