4 matches found
DarkFox
DarkFox 使用 WinRar 创建的远程访问木马,包含安装程序(如 Firefox)和嵌入的 Python 反向 Shell。 编辑 client.py 文件,设置监听攻击服务器的 IP 和端口,以及攻击机器上任何代理的 IP 和端口。如果没有代理,请注释掉相应的部分。 将 client.py 转换为 exe,我使用了 pyinstaller:pyinstaller -w -i "Firefox.ico" -F client.py。-w 选项允许创建无窗口 .exe,-F 选项允许只生成一个文件。 使用 WinRAR 创建自解压 ZIP,选择三个文件:一个无害的安装程序(例如...
From-Shell-to-Root
🔥 Red Team Notes Pentesting This repository contains real-w...
CVE-2024-50636
PyMOL 2.5.0 contains a vulnerability in its "Run Script" function, which allows the execution of arbitrary Python code embedded within .PYM files. Attackers can craft a malicious .PYM file containing a Python reverse shell payload and exploit the function to achieve Remote Command Execution RCE...
PwnLnX - An Advanced Multi-Threaded, Multi-Client Python Reverse Shell For Hacking Linux Systems
An advanced multi-threaded , multi-client python reverse shell for hacking linux systems. There's still more work to do so feel free to help out with the development. Disclaimer : This reverse shell should only be used in the lawful, remote administration of authorized systems. Accessing a comput...