Ads Blog

Cara Membuat Dan Fahami Config HTTP Injector

System injection untuk internet percuma dengan menggunakan HTTP INJECTOR




Disini saya akan menggunakan HTTP Injector untuk percubaan bagaimana cara membuat config HTTP Injector. Jika kalian bisa memahaminya maka bukan cuma di HTTP injector saja tapi untuk membuat inject sendiri juga boleh. Hanya berbeza sedikit tapi maksudnya sama

Method, ada banyak sekali method tapi yg sering dipakai diataranya
- GET
- HEAD
- POST
- DELETE
- TRACE
- CONNECT
- dll

Rata- rata menggunakan GET atau HEAD


Line, ada 4 jenis line yang bisa digunakan yaitu:

[cr] = Carriage Return, U+000D
[lf] = Line Feed, U+000A
[crlf] = CR (U+000D) di ikuti  oleh LF (U+000A)
[lfcr] = LF (U+000A) di ikuti oleh CR (U+000D)
[crlf][crlf] = Untuk menunjukkan akhir dari HTTP header

Rata – rata menggunakan [CRLF]


Versi Protokol ada 2

-    HTTP/1.1
-    HTTP/1.0

Protokol HTTP/1.1 biasanya berada di BUG sedangkan HTTP/1.0 itu protocol untuk SSH. Tergntung jenisnya


Jenis Koneksi ada 2

[realData] = koneksi yang akhiranya memiliki 2 LINE [crlf][crlf]

Contoh jika menggunakan SSH = CONNECT ipssh:portssh HTTP/1.0[crlf][crlf]

Tergantung jenis koneksi
               
[netData] = koneksi yang akhiranya TIDAK memiliki LINE. Dan biasanya digunakan untung menambah payload lain semisal Host, Connection, dll

Contoh jika menggunakan SSH = CONNECT ipssh:portssh HTTP/1.0
Dan jika dikuti oleh BUG maka = CONNECT ipssh:portssh HTTP/1.0[crlf]Host: bug.com[crlf][crlf]

Tergantung jenis koneksi. Dan jika di ikuti Bug maka ditambah 1 LINE baru di ikuti BUG dan di akhiri 2 LINE
                       
Inject Method dibagi 3 jenis yaitu

- Normal
- Front Inject
- Back Inject
- Front Query
- Back Query

isi dari request yang akan dikirim

-    Normal
Yang artinya koneksi diletakan diawal kemudian di ikuti oleh bug payload dengan 1 LINE [crlf]

Contoh 1:
 [netData][crlf]Host: bug.com[crlf][crlf]
ATAU
Contoh 2:
CONNECT ipssh:portssh HTTP/1.0[crlf]Host: bug.com[crlf][crlf]

Hijau = koneksi SSH tediri dari METHOD ip dan port dengan versi protocol HTTP/1.0
Line = [crlf]
Merah = Bug

- Front Inject artinya depan
Jadi bug itu diletakan di depan selanjutnya di ikuti koneksi (ssh/vpn/direct itu tergantung)

Contoh 1:
 GET http://bug.com/ HTTP/1.1[crlf]Host: bug.com[crlf][crlf][realData]
ATAU
Contoh 2:
 GET http://bug.com/ HTTP/1.1[crlf]Host: bug.com[crlf][crlf]CONNECT ipssh:portssh HTTP/1.0[crlf][crlf]

Method = GET
Merah = Bug
Versi Protokol = HTTP/1.1
Line = [crlf]
Biru = koneksi

- Back artinya belakang
Jadi koneksi dulu (ssh / vpn / direct tergantung ) kemudian di ikuti bug

Contoh 1:
 [realData]GET http://bug.com/ HTTP/1.1[crlf]Host: bug.com[crlf][crlf]
ATAU
Contoh 2:
CONNECT ipssh:portssh HTTP/1.0[crlf][crlf]GET http://bug.com/ HTTP/1.1[crlf]Host: bug.com[crlf][crlf]

Biru = koneksi
Method = GET
Merah = Bug
Versi Protokol = HTTP/1.1
Line = [crlf]

-Front Query
Artinya ada Bug yg diselipkan didepan koneksi kemudian di akhiri @

Contoh:
  CONNECT query.com@ipssh:portssh HTTP/1.0[crlf][crlf]GET http://bug.com/ HTTP/1.1[crlf]Host: bug.com[crlf][crlf]

Biru = koneksi
Hitam = Query
Method = GET
Merah = Bug
Versi Protokol = HTTP/1.1
Line = [crlf]

Query bisanya sama dengan Bug itu sendiri

-Back Query
Artinya ada Bug yang diselipkan dibelakang koneksi yang diawali @

Contoh:
CONNECT ipssh:portssh@query.com HTTP/1.0[crlf][crlf]GET http://bug.com/ HTTP/1.1[crlf]Host: bug.com[crlf][crlf]

Biru = koneksi
Hitam = Query
Method = GET
Merah = Bug
Versi Protokol = HTTP/1.1
Line = [crlf]

Query bisanya sama dengan Bug itu sendiri


Replace
Replace adalah mengganti suatu response tertentu agar koneksi bias berjalan. Dan paling sering yaitu meReplace ke 200 OK

Contoh Response:
- 302 Found Replace ke 200 OK
- 400 Bad Request Replace ke 200 OK
- Dll

Payload
Ada banyak sekali jenis payload. Waktu awal inject muncul mungkin belum terlalu menggunakan  payload. Tetapi karna keamanan semakin ketat maka kita juga membutuhkan payload.

Contoh:
  • - Host: bug.com
  • - X-Online-Host: bug.com
  • - X-Forward-Host: bug.com
  • - X-Forwarded-For: bug.com
  • - Connection: Keep-Alive atau Close
  • - Proxy-Connection: Keep-Alive atau Close
  • - Content-Type: */*
  • - Content-Length: 0 atau 1024 atau yg lain
  • - Dan masih banyak lagi

Proxy dan Port

penggunaan proxy  dan port bisa menggunakan proxy original dari operator...
isa juga menggunakan Proxy public atau Proxy Squid dari VPS dengan port 80 / 8000 / 8080 / 3128 / dll yg penting bisa diajak jalan untuk internet gratis

HTTP injector: Download Here


Official HTTP Injector = https://apps.evozi.com

Cara ROOT android termudah tanpa pc/komputer dengan TOWELROOT




Root hp android tanpa bantuan Pc/komputer sekarang bukan menjadi hal yang mustahil bagi anda pengguna Android. Banyak developer android yang kini mengembangkan berbagai aplikasi untuk mempermudah proses root hanya dengan sekali klik saja
 
TowelRoot merupakan aplikasi khusus pengguna android yang ingin meroot smartphone nya tanpa bantuan Pc dan langsung hanya sekali klik...

  • Berikut ini penulis berikan tutorial root hp android dengan Towelroot apk tanpa komputer :
  • Pertama silahkan Install terlebih dahulu Aplikasi Towelroot.apk [Download]
  • Install aplikasinya seperti biasa lalu buka aplikasinya.
  • Setelah itu pilih tombol “make it ra1n”
  •  
  • Lalu tunggu hingga proses root hp anda selesai.
Begitu mudah bukan Cara Root hp android Guna Towelroot ? semoga artikel ini bermanfaat untuk anda pengguna android yang ingin hp nya di Root. Official XDA Thread


 Selepas ini Post yg akan saya tanpilkan

Cara root apa-apa jenis Android guna KINGROOT

Tag :

cara root android tanpa pc,root android tanpa pc,aplikasi root android terbaik,apk root android terbaik,root tanpa pc

Trick Celcom Magic FB5


 Assalammualaikum..
   hurmm rasanya lam suda Admin tidak beraksi di dunia maya ni.. huhuu almaklum laa sibuk di dunia nyata lagi fana... hahahaa.. ni pun Admin post disebabkan muncul pulak CELCOM BAYANG². hahaha..
blog lama http://azroyzack.mywapblog.com

ok kali ni a Admin akan post tentang Celcom Magic.. ok cara² unlimited Suft FB5.. tapi trik ni rasanya bnyk da tau.. ok laa kita street to the point.. 🙄

first yg di perlukan..
  • Sim Celcom Magic 😒
  • Langgan FB RM5
  • "cara langgan *118# pilih no3>fb>fb5"
  • Download Aplikasi HTTP INJECTION
  • Dan download Config ehi
Note: Config ada tarikh luput.. so saya akan usahakn untuk update Config yg da x jalan..


Link dekat bawah saya akan update selalu..
New Update 17.JULY.2016

Config1 Celcom FB.Ehi

Config2 Celcom FB.Ehi

Config3 Celcom FB.Ehi


Ok da ada semuanya.. Tekan Sini Dulu

pastu daa aktif ads..... hahaha

Buka App HTTP INJECTION. Dan apa yg perlu anda buat?
  • Tick DNS dan SSS
  • Import file EHI
  • Start (ulang 4-5 kali sampai connected)
tgok ss di bawah..





Ok sekian itu sahaja yang dapat saya kongsikan.. harap dimaaf jika tidak lengkap.. ni pun disebabkn atas kesibukan melanda. huhuu enjoy.. salam dri saya Matt Miezoy ingin mengucap selamat hari raya pada semua pengunjung setia blog ini.. hehehe..




TAG:

  • Trick Celcom Magic
  • Trick celcom fb5
  • Trick Fb5 unlimited week





CARA HACK AKAUN WHATSAPP and Browse Texts & File







hack whatsapp hackolo.com


What is WhatsApp?

WhatsApp Messenger – is a cross-platform mobile messaging app which allows you to exchange messages without having to pay for SMS. WhatsApp Messenger is available for iPhone, BlackBerry, Android, Windows Phone and Nokia and yes, those phones can all message each other! Because WhatsApp Messenger uses the same internet data plan that you use for email and web browsing, there is no cost to message and stay in touch with your friends.
In addition to basic messaging WhatsApp users can create groups, send each other unlimited images, video and audio media messages.

How to access someone else’s WhatsApp account

Hacking WhatsApp account and browsing victims files and texts is now avaible for public around the globe. Anyone now can hack anyone’s whatsapp account without getting caught even without the victims knowing that his/her account is being hacked without further ado I’d like to introduced to you our very own WhatsApp Hack Online tool. Yes this is online based and you won’t download anything to hack anyone’s WhatsApp account fast!
You can hack using any machine you have either mobile (android, iOS, symbian), or desktop. Remember this is an online tool you need internet to access it.

WhatsApp Hack Online – No Software to Download

Yes, our tool works online-based meaning you don’t need to download any kind of software just to hack someone’s WhatsApp accountwith our user-friendly GUI now you can hack fast and easy, everyone can do this even kids. We have used fastest servers you could find in the planet for fastest hacking capability across millions of WhatsApp users worldwide. You just need to to know your victims phone number to hack his account. Sounds really really easy right?
Read the full features of our hacking capability below and be amazed how fast our server was and how powerful this system is.

WhatsApp Hacking Features:

  • Hacks Online – No software to download
  • Hacks users even logged on
  • Hacks blazing fast up to 3 minute hacking
  • Hacks History even deleted files
  • Hacks videos/images and texts
  • Works on all platform (mobile or desktop)
  • 100% Working and Free
NOTE: This whatsapp hacking tool is working on all platforms! Android, iOS, blackberry, PC and Windows Phone. Almost all kinds of platform you name it.

Screenshots and Instructions:

  • Go to – http://whatsapp-hack.ucdhc.com/ Link updated tohttp://whatsapp.gethack.net/ to start hacking WhatsApp account.
  • Enter only numbers you can’t type characters.
  • Enter country also
  • Choose what to hack
  • Optional browse history
  • Select export option
  • While downloading please verify first to help us avoid spammers. (If you are unable to verify using your PC please use your mobile device to access the website)
  • Done!
whatsapp hack hackolo.com
Igodam.tk

To Start Hacking

To start hacking simply visit ———–> http://whatsapp.gethack.net/
Note: If you are unable to verify using your PC please use your mobile device to access the website

Version 2.0

Welcome to WhatsApp Hacker v2.0 now more accurate hacking capability using the fastest server-response GUI.
Visit for Version 2.0
http://whatsapp.gethack.net/ –Better and more powerful than ever!

Taking too long?

If the process is taking too long to respond please refresh the page and do it again. Because sometimes we are loaded with users on hacking accounts we can’t comply everyone. If the Process stops please refresh the page and try again.

WHATS NEW?

  • Country option removed, however dial-code must be entered
  • Much more easier user-interface system
  • Removed bugs like compressing freeze and validation freeze

Still thinking?

Now with over 100+ positive comments surely these users can’t be wrong! They are constantly using this tool and will continue to do so. We are continually growing in numbers no one can beat us now, unless the police finds out. LOL! Happy hacking!

tag:

  • how to hack whatsapp account
  • how to hack whatsapp account on android
  • how to hack whatsapp chat history
  • how to hack someones whatsapp messenger
  • pirater whatsapp
  • whatsapp account hacken
  • how to hack whatsapp




Cara Dapat Dollar Atau Gems CoC melalui SmartPhone

Cara Mendapatkan Gems Clash Of Clans Percuma
 Kali ini saya akan berkongsi cara yang sedikit istimewa, iaitu " Cara Mendapatkan Gems Clash Of Clans Percuma ".Berbeza dengan tempat lain, Cara ini sangat selamat kerana menggunakan sebuah aplikasi yang bernama Whaff Rewards dan tentunya legal.

Tutorialnya ada beberapa tahap, iaitu:
  1. Download Waff Rewards, Cara Mendapatkan Dollar dari Android atau dapatkan Gems coc percuma.
  1. Membuat dan Setting Google Wallet. NOTE! pastikan akaun google anda tukar alamat di  amarica
  1. Cara Menukar / Exchange Dollar dari Whaff Rewards.
  1. Memasukan Redeem Code di Google Wallet.
Sekian itu saja.. - IGODAM
Tahap Pertama, Instalisasi Whaff Rewards.

1. Download Whaff Rewards dari Playstore. Atau Klik Disini Untuk Download Whaff Rewards.
Cara Mendapatkan Gems Clash Of Clans Percuma
2. Buka / Jalankan Aplikasi Whaff Rewards, Kemudian Login Menggunakan Akaun Facebook anda.
Cara Mendapatkan Gems Clash Of Clans Percuma
3. Untuk Mendapatkan Bonus Pertama, anda Akan Mendapat 0.30 $ Hanya Dengan Memasukan Kod AH30050. Ingat Dicatat Dulu.

4. Inti Dari Aplikasi Whaff Rewards Ini Adalah, Anda Harus Download dan Cuba Aplikasi - Aplikasi Yang Ada Di dalamnya. Sebagai Contoh Berniaga.com, anda Harus Memasang dan Jika Ingin Mendapatkan Dollar Lebih Maka anda Harus Mencubanya Beberapa Minit. Apakah Jika Aplikasi Itu Tidak Dibuka Maka Tidak Akan Mendapatkan Wang? Tentu Saja Dapat, Tetapi Hanya 0.01 $.Sedangkan Bila anda Membuka dan Memainkan Aplikasi Tersebut Maka anda Akan Mendapat 0.20 $ - 0.60 $ Atau Sekitar RM0.90sen - RM1.90 / Aplikasi Perhari Atau Bahkan Lebih.Ada Tambahan Untuk Menjemput Rakan Maksimal 60 Rakan Perhari Maka Akan Mendapat $0.30 Per refferal.

Join This Site