├── README.md ├── ReverseShell.java ├── digest_bf.py ├── ftp_shell.bat ├── muts_encoder.py ├── windows_dll.c └── windows_service.c /README.md: -------------------------------------------------------------------------------- 1 | Random stuff 2 | -------------------------------------------------------------------------------- /ReverseShell.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagishahar/scripts/HEAD/ReverseShell.java -------------------------------------------------------------------------------- /digest_bf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagishahar/scripts/HEAD/digest_bf.py -------------------------------------------------------------------------------- /ftp_shell.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagishahar/scripts/HEAD/ftp_shell.bat -------------------------------------------------------------------------------- /muts_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagishahar/scripts/HEAD/muts_encoder.py -------------------------------------------------------------------------------- /windows_dll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagishahar/scripts/HEAD/windows_dll.c -------------------------------------------------------------------------------- /windows_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagishahar/scripts/HEAD/windows_service.c --------------------------------------------------------------------------------