Add RAT category and add fileless-xec within

This commit is contained in:
Ariary 2021-11-22 09:06:55 +01:00 committed by GitHub
parent 2528d7b5bb
commit 3084688d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
* [Physical Access Tools](#physical-access-tools)
* [Privilege Escalation Tools](#privilege-escalation-tools)
* [Password Spraying Tools](#password-spraying-tools)
* [Remote Access Trojan (RAT) tools](#remote-access-trojan-rat-tools)
* [Reverse Engineering](#reverse-engineering)
* [Reverse Engineering Books](#reverse-engineering-books)
* [Reverse Engineering Tools](#reverse-engineering-tools)
@ -672,6 +673,10 @@ See also *[Web-accessible source code ripping tools](#web-accessible-source-code
* [DomainPasswordSpray](https://github.com/dafthack/DomainPasswordSpray) - Tool written in PowerShell to perform a password spray attack against users of a domain.
* [SprayingToolkit](https://github.com/byt3bl33d3r/SprayingToolkit) - Scripts to make password spraying attacks against Lync/S4B, Outlook Web Access (OWA) and Office 365 (O365) a lot quicker, less painful and more efficient.
## Remote Access Trojan (RAT) tools
* [fileless-xec](https://github.com/ariary/fileless-xec) - Stealth dropper to execute remote binaries without dropping them on disk. HTTP3/ICMP support, Windows support.
## Reverse Engineering
See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing), [*Exploit Development Tools*](#exploit-development-tools).