支持 teensy ,USB 橡皮鸭, 烧鹅,Arduino
打开 3389端口 添加用户
用户: admin
密码: admin
添加管理员 用户: admin 密码: admin
输出语句,演示
win/linux下载者(替换地址)
linux木马地址: http://www.test.com/xxoo.out
Win木马地址: http://www.test.com/test.exe
比较稳定的示例写法,测试支持WIN7,WIN8,WIN10系统;其他自测
如果使用中文输入法,那么有可能输入错误的命令;如果遇到中文输入法问题请加上两行代码
Keyboard.press(KEY_CAPS_LOCK); //按下大写键 这里我们最好这样写 不然大多数电脑在中文输入的情况下就会出现问题
Keyboard.release(KEY_CAPS_LOCK); //释放大写键
更多脚本请浏览 https://github.com/samratashok/Kautilya
'仅供学习交流,请勿非法用途
Support teensy, USB rubber duck, roast goose, Arduino
Open port 3389 to add users
User: admin
Password: admin
Added Administrator
User: admin
Password: admin
Output statement, demonstration
Win/linux downloader (replacement address)
Linux Trojan Horse Address: http://www.test.com/xxoo.out
Win Trojan Horse Address: http://www.test.com/test.exe
More stable example writing, test support WIN7, WIN8, WIN10 system; other self-test Hints
If you use the Chinese input method, you may enter wrong commands; if you encounter problems with the Chinese input method, add two lines of code.
Keyboard. press (KEY_CAPS_LOCK); // Press the capitalization key here, we'd better do this, otherwise most computers will have problems with Chinese input.
Keyboard. release (KEY_CAPS_LOCK); // release uppercase key
For more scripts, browse https://github.com/samratashok/Kautilya
'For learning and communication only, please don't use it illegally.