win binaries + git-dumper + crack_hash

This commit is contained in:
2020-06-08 14:28:22 +02:00
parent 4c265dc683
commit 3f08063b4f
12 changed files with 21502 additions and 241 deletions

View File

@@ -3,10 +3,10 @@
This repository contains self-made and common scripts for information gathering, enumeration and more.
### Enumeration: Initial Scans
- first_scan.sh: Performs initial nmap scan (-A, -T5, -p-)
- first_scan.sh: Performs initial nmap scan
- gobuster.sh: Performs gobuster dir scan with raft-large-words-lowercase.txt
- ssh-check-username.py: Check if user enumeration works for ssh
- GitHack.py
- [git-dumper.py](https://github.com/arthaud/git-dumper)
- [autorecon.py](https://github.com/Tib3rius/AutoRecon)
- subdomainFuzz.sh: Fuzzes subdomains for a given domain
@@ -22,7 +22,7 @@ This repository contains self-made and common scripts for information gathering,
- genRevShell.py: Generates a reverse shell command (e.g. netcat, python, ...)
- [php-reverse-shell.php](https://github.com/pentestmonkey/php-reverse-shell)
- [p0wny-shell.php](https://github.com/flozz/p0wny-shell)
- [powercat.ps1][https://github.com/besimorhino/powercat]
- [powercat.ps1](https://github.com/besimorhino/powercat)
### Miscellaneous
- upload_file.py: Starts a local tcp server, for netcat usage