Recursive Download

This commit is contained in:
2026-04-17 09:06:42 +02:00
parent 6de49f3c6c
commit 836532f2e4
2 changed files with 79 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ Can be deployed on victim machines to scan the intranet.
- 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 sqlmap-like abstract class for automizing SQL-Injections (WIP)
- recursive_download.py: Downloads files from a server recursively, can be used in combination with find_git_commit.py or path traversals
### [Windows](win/)
- nc.exe/nc64.exe: netcat standalone binary