Added reflected SQLi

This commit is contained in:
2024-02-25 09:44:52 +01:00
parent 4b02f0bf25
commit 546d6c8447
3 changed files with 116 additions and 68 deletions

View File

@@ -61,7 +61,7 @@ Can be deployed on victim machines to scan the intranet.
- pcap_file_extract.py: Lists and extracts files from http connections found in pcap files
- find_git_commit.py: Compares a local repository (e.g. downloaded from a remote server) with another git repository to guess the commit hash. Useful to find used versions
- TODO: smb
- sqli.py: An abstract class for automizing SQL-Injections (WIP)
- sqli.py: An sqlmap-like abstract class for automizing SQL-Injections (WIP)
### [Windows](win/)
- nc.exe/nc64.exe: netcat standalone binary