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

https://github.com/austinsonger/gobuster-docker


https://github.com/austinsonger/gobuster-docker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Gobuster-Docker

```
docker run -it --rm gobuster -P $password -U $username -u $domain -s 101,102,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308,400,401,402,403,404,405,406,407,408,409,410,411,412,413,500,501,502,503,504,505,506,507,508,509,510,511,512 -r --wildcard

docker run -it --rm gobuster -u https://www.songer.pro -s 101,102,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308,400,401,402,403,404,405,406,407,408,409,410,411,412,413,500,501,502,503,504,505,506,507,508,509,510,511,512 -r --wildcard
```