Google Chrome Sebagai Mesin Hacking

Disini saya akan mencoba menjelaskan dan berbagi informasi mengenai bagaimana menjadikan Google Chrome sebagai Mesin Hacking dengan “KromCAT - Google Chrome Catalog of Auditing exTensions“. Yang dibuat oleh Nabil OUCH dan informasi ini diperoleh dari vulnerability database resources dan forum binus hacker.

membuat proxy dengan ubuntu server

1. MASUKKAN CD UBUNTU KE CDROM DAN REBOOT KOMPUTERNYA " hehehe..... 2. Pilih language english (enter) 3. Pilih instal ubuntu server (enter) 4. Tekan enter pada choose langguage english 5. Pilih united states 6. Klik no pada detect keyboard layout? 7. Klik USA pada ubuntu installer main menu 8. Klik USA pada keyboard layout 9. Klik continue pada configure the network 10. Pilih configure network manually isi ip address dg 192.168.3.1 pilih continue enter 11. Netmask 255.255.255.0 pilih continue enter 12. Gateway 192.168.3.254 terus klik continue 13. Name server addresses 192.168.3.254 pilih continue enter 14. Hotsnama : isi dg proxyku terus pilih continue enter 15. Domain name: di kosongin saja, pilih continue enter 16. Pada configure the clok pilih select from worldwide list terus cari jakarta terus enter

mikrokontroler

Menghitung nilai resistansi merupakan salah satu kemampuan dasar dalam belajar elektronika. Sampai saat ini saya masih menggunakan ‘jembatan keledai‘ untuk menghafal nilai kode warna resistor ketika memberikan pelajaran dasar elektronika. Co-Me-O-Ku-Hi-Bi-Vi-A-P dengan korelasi nilai 1, 2, 3, 4, 5, 6, 7, 8, 9 dan warna Hitam adalah Nol. Cukup efektif untuk menghafal nilai kode warna resistor. Tak lupa pula saya berikan file kode resistor yang diterbitkan oleh Electronix Express. Berikut adalah gambar kode warna resistor dari Electronix Express.

Rt/Rw Net Lagi

RT/RW-net, secara teknologi, sama (sangat mirip) dengan WARNET. Secara kasat mata, WARNET menyambungkan sekumpulan komputer dalam sebuah ruangan / bangunan untuk di sewakan. RT/RW-net menyambungkan sekumpulan komputer yang tersebar dalam sebuah RT atau RW.

Membangun Rt/Rw.VoIP - Sentral Telepon VoIP

Kali ini kami ingin berbagi pengalaman sebagai pemula (newbie) untuk pembuatan server VoIP dengan Briker OS untuk membangun sentral telepon untuk jaringan lokal.

10 Des 2010

membuat proxy dengan ubuntu server

MEMBUAT PROXY DGN UBUNTU...






Langkah-langkah

1. MASUKKAN CD UBUNTU KE CDROM DAN REBOOT KOMPUTERNYA " hehehe.....
2. Pilih language english (enter)
3. Pilih instal ubuntu server (enter)
4. Tekan enter pada choose langguage english
5. Pilih united states
6. Klik no pada detect keyboard layout?
7. Klik USA pada ubuntu installer main menu
8. Klik USA pada keyboard layout
9. Klik continue pada configure the network
10. Pilih configure network manually isi ip address dg 192.168.3.1 pilih continue enter
11. Netmask 255.255.255.0 pilih continue enter
12. Gateway 192.168.3.254 terus klik continue
13. Name server addresses 192.168.3.254 pilih continue enter
14. Hotsnama : isi dg proxyku terus pilih continue enter
15. Domain name: di kosongin saja, pilih continue enter
16. Pada configure the clok pilih select from worldwide list terus cari jakarta terus enter
17. Pada menu partition disk pilih manual
18. Kita hapus partisi lama dulu :
19. Pilih partisi nya terus enter pilih delete the partion (ulangi perintah ini untuk semua partisi yg tersisa)
20. Jika telah selesai pilih Guided partitioning, kemudian pilih manual arahkan pada FREE SPACE (enter),
21. Pilih Create new partition (enter)
22. New partition size isi 256 mb (pilih continue dan enter), pilih Primary (enter), pilih Beginning (enter), pada use as pilih EXT4 (enter) pada Mount point pilih /boot (enter), pd mount option pilih[*] noatime (pilih continue dan enter), pada Bootable Flag rubah menjadi on JIKA STATUS NYA TDK BERUBAH ABAIKAN SAJA kemudian pilih done setting up the partition
23. New partition size isi 16 gb (pilih continue dan enter), pilih Primary (enter), pilih Beginning (enter), pada use as pilih EXT4 (enter) pada Mount point pilih / (enter), pd mount option pilih[*] noatime (pilih continue dan enter), kemudian pilih done setting up the partition
24. Arahkan pada FREE SPACE (enter), pilih Create new partition (enter) new partition size isi 1 gb sesuai kan dg besaran RAM (pilih continue dan enter), pilih Primary (enter), pilih Beginning (enter), pada use as pilih swap area (enter), kemudian Pilih done setting up the partition
25. Arahkan pada FREE SPACE (enter),
pilih Create new partition (enter) new partition size isi sisa semua harddisk (pilih continue dan enter), pilih Primary (enter), pilih Beginning (enter), pada use as pilih EXT4 (enter), pada Moun point enter manually buat menjadi /cache, pd mount option pilih[*] noatime kemudian Pilih continue dan done setting up the partition
26. Kemudian pilih finis partitioning and write changes to disk, write the changes to disk pilih yes
27. pada full name for the new user isi dg proxyku, terus continue & enter
28. pada Username for your account isi dg proxyku, terus continue & enter
29. pada a password for the new user isi dg proxyku, terus continue & enter
30. pada re-enter password to verify isi dg proxyku, terus continue & enter
31. pada use weak password pilih yes
32. pada encrypt your home directory pilih no
33. pada HTTP proxy information KOSONGIN SAJA
34. pada configurasi apt 43% tekan enter, juga pada 81% tekan enter
pilih no automatic update
35.pada choose software to install pilih OpenSSH server
pilih continus pd finis the installation dan restart

2. Install Paket yg Diperlukan

# sudo apt-get update
# sudo apt-get install squid squidclient squid-cgi
# sudo apt-get install gcc
# sudo apt-get install build-essential
# sudo apt-get install sharutils
# sudo apt-get install ccze
# sudo apt-get install libzip-dev
# sudo apt-get install automake1.9
instal squid
#apt-get install squid

Edit squid.conf
untuk edit squid.conf bisa cari tutorialnya banyak sekali di google

• # Memberikan permission pada folder cache

Code:

chown proxy:proxy /cache
chmod 777 /cache

squid -f /etc/squid/squid.conf -z
/etc/init.d/squid restart

3. Bagian di Mikrotik

SET ip address=192.168.3.254/24 interface=squid

/ip firewall nat
add action=dst-nat chain=dstnat comment="transparant squid" disabled=no \
dst-address-list=!ProxyNet dst-port=80,8080,3128 protocol=tcp \
src-address-list=LocalNet to-addresses=192.168.3.1 to-ports=3128


Reboot CPU Ubuntu, TAMAT

referensi
thnx's teukurizal
forum mikrotik
google

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites