enaqx / awesome-pentest

A collection of awesome penetration testing resources, tools and other shiny things
21.79k stars 4.47k forks source link

Add RAT category and add fileless-xec into it #426

Closed ariary closed 1 month ago

ariary commented 2 years ago

What is RAT tools category?

A remote access Trojan (RAT) is a malware program that includes a back door for administrative control over the target computer.

I think this kind of tools could not be placed into other category and are part of the arsenal of a pentester.

What is fileless-xec? fileless-xec could be used as a stealth dropper (kind of trojan that has been designed to "install" some sort of malware to a target system). It enable us to retrieve a remote binary file and execute it in one step without dropping binary on disk.