└── Automation ├── LFI ├── LFI.py └── LFI.txt ├── OS_Injection ├── OS.txt └── OS_Injection.py ├── Open_Redirect ├── Open_Redirect.py └── Open_Redirect.txt ├── SQLI ├── SQLI.py └── SQLI.txt ├── SSRF └── SSRF.py └── SSTI └── SSTI.py /Automation/LFI/LFI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/LFI/LFI.py -------------------------------------------------------------------------------- /Automation/LFI/LFI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/LFI/LFI.txt -------------------------------------------------------------------------------- /Automation/OS_Injection/OS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/OS_Injection/OS.txt -------------------------------------------------------------------------------- /Automation/OS_Injection/OS_Injection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/OS_Injection/OS_Injection.py -------------------------------------------------------------------------------- /Automation/Open_Redirect/Open_Redirect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/Open_Redirect/Open_Redirect.py -------------------------------------------------------------------------------- /Automation/Open_Redirect/Open_Redirect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/Open_Redirect/Open_Redirect.txt -------------------------------------------------------------------------------- /Automation/SQLI/SQLI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/SQLI/SQLI.py -------------------------------------------------------------------------------- /Automation/SQLI/SQLI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/SQLI/SQLI.txt -------------------------------------------------------------------------------- /Automation/SSRF/SSRF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/SSRF/SSRF.py -------------------------------------------------------------------------------- /Automation/SSTI/SSTI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mostafa-Elguerdawi/Automation_Bug_Hunting/HEAD/Automation/SSTI/SSTI.py --------------------------------------------------------------------------------