Eproxy merupakan tool android dan PC yang berfungsi untuk memanipulasi permintaan data dari client ke server, dengan memanipulasi parameter header dan value. Bisa digunakan melalui SSH maupun VPN.
Langkah-langkah :
contoh :
[netData]\r
\r
GET http://twitter.com/ HTTP/1.1\r
Host: twitter.com\r
Connection: Keep-Alive\r
\r\n
2. Metode Front netData dengan feature split check :
[netData]\r
\r
twitter.com\r
\r\n
GET http://twitter.com/HTTP/1.1\r
Host: twitter.com\r
Connection: Keep-Alive\r
\r\n
Keterangan :
- GET = metode bug host.
- Twitter.com = bug host.
- HTTP/1.1 = versi HTTP bisa diganti HTTP/1.0.
- Proxy port = sesuai operator yang digunakan.
- Listen port = 1707 atau isi sesuai keinginan
Proxy port :
Telkomsel
Proxy : 10.1.89.130
Port : 8000
Indosat
Proxy : 10.19.19.19
Port : 8080
Three
Proxy : 10.4.0.10
Port : 3128
Axis
Proxy : 10.8.3.8
Port : 8080
XL
Proxy : 202.152.240.50
Port : 8080
Link download :
2. Aplikasi Eproxy
0 comments
Post a Comment