码迷,mamicode.com
首页 >  
搜索关键字:trojan    ( 29个结果
windows安装trojan记录
1.trojan 客户端安装教程 https://v2raytech.com/trojan-clients/ 2.chrome安装插件(crx文件)教程 https://www.jianshu.com/p/bb51dc91b93a 3.windows下chrome无法安装crx文件解决教程 http ...
分类:Windows程序   时间:2020-10-29 09:23:09    阅读次数:27
python验证是否出现危险字符
使用re模块,定义一个验证危险字符的模式字符串,验证两段文字,并输出验证结果: import re pattern = r'(黑客)|(抓包)|(监听)|(Trojan)' about = '我是一名程序员,我喜欢看黑客方面的图书,想研究一下Trojan' match =re.search(patt ...
分类:编程语言   时间:2020-05-18 22:38:14    阅读次数:107
trojan阉割备份
原文:https://www.hijk.pw/trojan-one-click-scrip/ 今天正式完成了trojan一键安装脚本,支持CentOS 7/8和Ubuntu 16.04及以上版本,目前已经上传到 Github。 提示:这是自己第三步,请确认已经做了前两步: 购买服务器和域名。 连接到 ...
分类:其他好文   时间:2020-04-12 12:52:53    阅读次数:323
Ethical Hacking - GAINING ACCESS(21)
CLIENT SIDE ATTACKS - Trojan delivery method - using email spoofing Use gathered info to contract targets. (e.g. Maltego, Google ... etc.) Send an ema ...
分类:数据库   时间:2020-02-05 10:15:56    阅读次数:126
Ethical Hacking - GAINING ACCESS(20)
CLIENT SIDE ATTACKS - Spoofing backdoor extension Change the extension of the trojan from exe to a suitable one. Make the trojan even more trustable. ...
分类:数据库   时间:2020-02-05 09:26:31    阅读次数:75
Trojan 一键安装
yum-yinstallwget##BBR一键安装代码:wget--no-check-certificatehttps://raw.githubusercontent.com/cx9208/Linux-NetSpeed/master/tcp.sh&&chmod+xtcp.sh&&./tcp.sh##选择1,安装BBR/BBR魔改版内核,选择4,使用BBR加速##安装
分类:其他好文   时间:2020-01-17 09:19:48    阅读次数:3711
【一点一滴,成材之基!】 Linux后门Trojan Horse检测工具
**目录:** (一)Trojan Horse后门工具了解 (二)rootkit后门检测工具chkrootkit (三)rootkit后门检测工具RKHunter ----- **(一)Trojan Horse后门工具了解** (1.1)rootkit是Linux平台下最常见的一种Trojan...
分类:系统相关   时间:2019-12-26 14:56:14    阅读次数:130
Python Ethical Hacking - TROJANS Analysis(1)
TROJANS A trojan is a file that looks and functions as a normal file(image, pdf, song ..etc). When executed: 1. Opens the normal file that the user ex ...
分类:编程语言   时间:2019-10-13 15:15:38    阅读次数:78
使用python编写的简单远程管理软件
因为用户可以选择是否同意被控制,所以并不算是木马。 使用python3.7,spyder,在windows 10 开发。 client为控制端,server为被控端。 参考 mygithub https://github.com/TouwaErioH/simple-trojan ...
分类:编程语言   时间:2019-06-26 00:58:27    阅读次数:137
用python写trojan的过程中遇到的各种问题
由于之前已经conn, addr = s.accept() 所以改为 conn.recv spyder无法同时运行client 和 server 分别在spyder和anaconda prompt运行 filename, filesize = struct.unpack('128sl', buf) ...
分类:编程语言   时间:2019-06-24 21:24:13    阅读次数:159
29条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!