Closed degenerat3 closed 5 years ago
WIP: cross-platform revshell has been made. Currently ironing out the kinks with execution.
not going to implement "in memory" execution. Instead, bot just disowns the reverse shell process so it doesn't matter if they see it in PS and kill it
MAD has an unimplemented 'spawn reverse shell' option. This should be done by executing payload in memory. Linux can utilize
memfdcreate
syscall for this.