Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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/)