摘要: Refactoring - Creating a Listener Class Creating a Backdoor class: 阅读全文
posted @ 2019-10-05 17:18 晨风_Eric 阅读(111) 评论(0) 推荐(0) 编辑
摘要: REVERSE_BACKDOOR Access file system. Execute system commands. Download files. Upload files. Persistence. BACKDOORS An interactive program gives access 阅读全文
posted @ 2019-10-05 16:18 晨风_Eric 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Object-Oriented Programming Keylogger Classes Way of modeling program(blueprint). Logically group functions and data. Makes code more readable. More r 阅读全文
posted @ 2019-10-05 12:18 晨风_Eric 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Report function: Run in the background. Don't interrupt program execution. Every X seconds, send the report. ->Great case for threading. 阅读全文
posted @ 2019-10-05 11:15 晨风_Eric 阅读(97) 评论(0) 推荐(0) 编辑