Skip to content

The project was created to crawl the site in search of the entrance to the administrative panel. The idea of the project is for testers who are looking for vulnerabilities. The developer is not responsible for your actions.

License

Notifications You must be signed in to change notification settings

vns0/golang-admin-brute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang-admin-brute

The project was created to crawl the site in search of the entrance to the administrative panel. The idea of the project is for testers who are looking for vulnerabilities. The developer is not responsible for your actions.

Setup

Clone the repository and change the working directory:

git clone https://github.com/nikitavoryet/golang-admin-brute.git
cd golang-admin-brute

Build and run the program:

go build -o brute
./brute

In the plans :

- [ ] Add proxy
- [ ] Mass search
- [ ] Use go rutina
- [ ] Api with generate report to tg/mail

How does it work :

Get URL with path from file adminpath.txt
If the answer is !== 404 -> this domain with path save to file
The file is generated automatically from the current timetamp and _output.txt
    author: 
    
    Name:          Nikita
    Company:       SmartWorld
    Position:      TeamLead
    Mail:          [email protected]
    TG:            @nikitavoryet
    Year of birth: 1999
    FullStack:     JS/GO

About

The project was created to crawl the site in search of the entrance to the administrative panel. The idea of the project is for testers who are looking for vulnerabilities. The developer is not responsible for your actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages