TYR offers the possibility to load URLs into your standard browser in a relatively fast way, so that you can check them manually. This is very suitable for example if you get 1000 endpoints by fuzzing and cannot copy them manually due to lack of time.
It is best suited if you unite your browser with the BURP proxy, so you can track the called pages directly.
sudo git clone https://github.com/Jarl-Bjoern/Tyr/
cd Tyr
sudo python3 TYR.py
-------------------------------------------------------------------------------------
| Created by Rainer Christian Bjoern Herold |
| Copyright 2022-2023. All rights reserved. |
| |
| Please do not use the program for illegal activities. |
| |
| If you got any problems don't hesitate to contact me so I can try to fix them. |
-------------------------------------------------------------------------------------
optional arguments:
-s SLEEP, --sleep SLEEP
This parameter specify the seconds between the next tab
Default: 0.65 Seconds
-------------------------------------------------------------
-mt MAX_TABS, --max-tabs MAX_TABS
This parameter specify the max open tabs
Default: 100
-------------------------------------------------------------
-h, --help Show this help message and exit.
-------------------------------------------------------------
performance arguments:
-r [RANDOM_ORDER], --random-order [RANDOM_ORDER]
This parameter randomize your targets.
-------------------------------------------------------------
target arguments:
-iL IMPORT_LIST, --import-list IMPORT_LIST
Import your target list in the following example:
- http://192.168.2.2
- https://192.168.2.3
- https://192.168.2.4:8443
-------------------------------------------------------------
-t [TARGET ...], --target [TARGET ...]
Specify a single or multiple targets like in the following example:
- 127.0.0.1, http://127.0.0.1, https://127.0.0.1
-------------------------------------------------------------
-aNx ADD_NMAP_XML_RESULT, --add-nmap-xml-result ADD_NMAP_XML_RESULT
Import your nmap-xml-results as your targets.
-------------------------------------------------------------
It should be said that the scripts are still under development.