Пожалуйста, обратите внимание, что пользователь заблокирован
Golang URL Discoverer (Obtains URLs by looking through scripts, buttons, fields, network, etc)
This is a tool I made so you can obtain URLs from a domain in less than 2 minutes pretty quickly. It will log all third party out of scope URLs as well as in scope URLs.
Requires Golang version 1.21 or higher.
The -inscope flag will only follow all in scope URLs. If you wish to scan and find third party URLs from third party URLs use the flag -outscope "" with nothing in the quotes.
If you do not know how to use Golang please google how to build a Golang file. Rename the .txt to .go and have fun.
To use:
This is a tool I made so you can obtain URLs from a domain in less than 2 minutes pretty quickly. It will log all third party out of scope URLs as well as in scope URLs.
Requires Golang version 1.21 or higher.
The -inscope flag will only follow all in scope URLs. If you wish to scan and find third party URLs from third party URLs use the flag -outscope "" with nothing in the quotes.
If you do not know how to use Golang please google how to build a Golang file. Rename the .txt to .go and have fun.
To use:
- ./url-scan -url="https://domain.com/" -output="output-domain.txt" -inscope="domain.com"