上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 57 下一页
摘要: Polish the Python code by adding the become_persistent function. Convert to Windows executable file. Execute the reverse_backdoor file on the victim W 阅读全文
posted @ 2019-10-13 11:43 晨风_Eric 阅读(216) 评论(0) 推荐(0)
摘要: PRESISTENCE Persistence programs start when the system starts. Backdoors -> maintain our access. Keylogger -> spy on target. Reports -> send report on 阅读全文
posted @ 2019-10-09 22:26 晨风_Eric 阅读(150) 评论(0) 推荐(0)
摘要: PACKAGING FOR WINDOWS FROM LINUX For best results package the program from the same OS as the target. EG if the target is Windows then package the pro 阅读全文
posted @ 2019-10-08 22:34 晨风_Eric 阅读(170) 评论(0) 推荐(0)
摘要: PACKAGING Convert python program into an executable that: Packages all program files into a single executable. Works without a python interpreter. Get 阅读全文
posted @ 2019-10-07 21:14 晨风_Eric 阅读(169) 评论(0) 推荐(0)
摘要: Cross-platform hacking All programs we wrote are pure python programs They do not rely on OS-specific resources. Result: They work on any OS with a py 阅读全文
posted @ 2019-10-07 12:04 晨风_Eric 阅读(144) 评论(0) 推荐(0)
摘要: Handling Errors: If the client or server crashes, the connection will be lost. Backdoor crashes if: An incorrect command is sent. The correct command 阅读全文
posted @ 2019-10-07 11:48 晨风_Eric 阅读(134) 评论(0) 推荐(0)
摘要: File Upload: A file is a series of characters. Uploading a file is the opposite of downloading a file. Therefore to transfer a file we need to: 1. Rea 阅读全文
posted @ 2019-10-07 10:49 晨风_Eric 阅读(229) 评论(0) 推荐(0)
摘要: File Download: A file is a series of characters. Therefore to transfer a file we need to: 1. Read the file as a sequence of characters. 2. Send this s 阅读全文
posted @ 2019-10-07 09:45 晨风_Eric 阅读(189) 评论(0) 推荐(0)
摘要: REVERSE_BACKDOOR - cd command Access file system: cd command changes current working directory. It has 2 behaviours: cd -> shows current working direc 阅读全文
posted @ 2019-10-06 23:05 晨风_Eric 阅读(126) 评论(0) 推荐(0)
摘要: BACKDOORS Sockets Problem: TCP is stream-based. Difficult to identify the end of message/batch. Solution: Make sure the message is well defined. Imple 阅读全文
posted @ 2019-10-06 22:01 晨风_Eric 阅读(158) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 57 下一页