Many http header cheat tool's found at internet,
but no one's found with managable replacing method.
There I can't replace first head(GET,POST,CONNECT),
not supported "anythink" text (Like * at windows),
can't replace null string or anothrer abnormally
text type(But can got from hexa value),and can't
usage for upload up to 3Kb as size of file
That's reason why HHP's released
-----------------------------------------------------
About Http Head Poisoner:
Support listen as http/https proxy and forward to http/https OR sock5
Support key lock(password) and lock&hidde mode for saving role/config
Support manage (Add/remove) route
Support upload upto 3Kb
Replace method's: SOURCE||DESTINATION
Include : INCLUDE||NUMBER LINE
Ex: Host: dani-diam.blogpot.com||2
(Include to line 2 at header)
Routing : host||/add or /del
Ex: 256.12.14.0||/add
allow 126.12.14.0 until 126.12.14.255
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRuEMFMe7IR6Gx_nVsJlgd4CVkKT11-og8mwC8yQR2OyPGbQ7dogfxznMgPa1GUzuTnBWhzORTx66D9t2BViSCkJSVXNLeJE9bejprPYIg0HVXZPBkVjH1VQO-sREzai_cIdz5ueqm6w7U/s320/HHP1.JPG)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7Xzizrjuxam6RUW1ge-_aqLdZkqhX2N0WAuf_B-_QHVYx6YbUXhRQbPWWEeWF9Vbh5VVWRo83Xsa5dcedzfwspZPuX1NVM3x4JTxpsKzmHYGnp0Hk9B2dRmTzBi_0WWpE9kf6oCMuyoG1/s320/HHP2.JPG)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNvKIws6D14GiquyW0QkDhZqssKPgBTRONQJyVcrL9tyugxwEH8xBx5bv3VjWo6J8ZfVhgjuD1Vw_FCJA5cabLaCDK1yPs7AcWgiZgihnZ73IGpPNHobyQ50iSsBb5aKMsHdpzvE0GZmzs/s320/HHP3.JPG)
-----------------------------------------------------
$hexa(HexaValue)= Convert hexa value to string
Xample:
For null string -> $hexa(00)
For double null string -> $hexa(00 00)
For triple null string -> $hexa(00 00 00)
(Where 00 is hexa value from null string)
-----------------------------------------------------
^* = Anythink (at repace)
Xample: www.site.xom/^*/index.php
Than :
www.site.xom/download/index.php
www.site.xom/upload/index.php
www.site.xom/home/user/index.php
www.site.xom/member/account/home/index.php
is valid with: www.site.xom/^*/index.php
---------------------------------------------------------
^\del = delete header line/sub (at repace)
Xample:
original header is:
GET / HTTP1.1
Host: site.xom
Connection: keep-alive
User-Agent: dani_browser 1.1
And i set at repace:
Connection: ||^\del
Than Header's became:
GET / HTTP1.1
Host: site.xom
User-Agent: dani_browser 1.1
---------------------------------------------------------
^\block = don't continue header (at repace)
Xample:
When i set at repace:
Connection: keep-alive||^\block
Than when header come's:
GET / HTTP1.1
Host: site.xom
Connection: keep-alive
User-Agent: dani_browser 1.1
That's blocked, because "Connection: keep-alive"
is found at that header
---------------------------------------------------------
^\new = new line (at repace)
---------------------------------------------------------
^\url = Original url of destination (at repace and Include)
========== FRONT QUERY ============
For include Frontquery at header
(xample frontquery's: dani-diam.blogpot.com)
At replace:
GET ||GET dani-diam.blogpot.com@
POST ||POST dani-diam.blogpot.com@
CONNECT ||CONNECT dani-diam.blogpot.com@
========== Change HOST ============
At replace:
Host: ^*||Host: dani-diam.blogpot.com
than your host at header's always
became dani-diam.blogpot.com
========== SET USER AGENT AS BLACKBERRY ============
At replace:
User-Agent: ^*||User-Agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.1+ (KHTML, Like Gecko) Version/6.0.0.141 Mobile Safari/534.1
Accept: ^*||Accept: text/html,application/xhtml+xml,application/xml,application/x-javascript,*/*;q=0.5
x-wap-profile: ||^\del
Accept-Charset: ||^\del
Accept-Encoding: ||^\del
Keep-Alive: ||^\del
At include:
x-wap-profile: "http://www.blackberry.net/go/mobile/profiles/uaprof/9800/6.0.0.rdf"||4
Download (Updated 3 sept 2012)
but no one's found with managable replacing method.
There I can't replace first head(GET,POST,CONNECT),
not supported "anythink" text (Like * at windows),
can't replace null string or anothrer abnormally
text type(But can got from hexa value),and can't
usage for upload up to 3Kb as size of file
That's reason why HHP's released
-----------------------------------------------------
About Http Head Poisoner:
Support listen as http/https proxy and forward to http/https OR sock5
Support key lock(password) and lock&hidde mode for saving role/config
Support manage (Add/remove) route
Support upload upto 3Kb
Replace method's: SOURCE||DESTINATION
Include : INCLUDE||NUMBER LINE
Ex: Host: dani-diam.blogpot.com||2
(Include to line 2 at header)
Routing : host||/add or /del
Ex: 256.12.14.0||/add
allow 126.12.14.0 until 126.12.14.255
$hexa(HexaValue)= Convert hexa value to string
Xample:
For null string -> $hexa(00)
For double null string -> $hexa(00 00)
For triple null string -> $hexa(00 00 00)
(Where 00 is hexa value from null string)
-----------------------------------------------------
^* = Anythink (at repace)
Xample: www.site.xom/^*/index.php
Than :
www.site.xom/download/index.php
www.site.xom/upload/index.php
www.site.xom/home/user/index.php
www.site.xom/member/account/home/index.php
is valid with: www.site.xom/^*/index.php
---------------------------------------------------------
^\del = delete header line/sub (at repace)
Xample:
original header is:
GET / HTTP1.1
Host: site.xom
Connection: keep-alive
User-Agent: dani_browser 1.1
And i set at repace:
Connection: ||^\del
Than Header's became:
GET / HTTP1.1
Host: site.xom
User-Agent: dani_browser 1.1
---------------------------------------------------------
^\block = don't continue header (at repace)
Xample:
When i set at repace:
Connection: keep-alive||^\block
Than when header come's:
GET / HTTP1.1
Host: site.xom
Connection: keep-alive
User-Agent: dani_browser 1.1
That's blocked, because "Connection: keep-alive"
is found at that header
---------------------------------------------------------
^\new = new line (at repace)
---------------------------------------------------------
^\url = Original url of destination (at repace and Include)
========== FRONT QUERY ============
For include Frontquery at header
(xample frontquery's: dani-diam.blogpot.com)
At replace:
GET ||GET dani-diam.blogpot.com@
POST ||POST dani-diam.blogpot.com@
CONNECT ||CONNECT dani-diam.blogpot.com@
========== Change HOST ============
At replace:
Host: ^*||Host: dani-diam.blogpot.com
than your host at header's always
became dani-diam.blogpot.com
========== SET USER AGENT AS BLACKBERRY ============
At replace:
User-Agent: ^*||User-Agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.1+ (KHTML, Like Gecko) Version/6.0.0.141 Mobile Safari/534.1
Accept: ^*||Accept: text/html,application/xhtml+xml,application/xml,application/x-javascript,*/*;q=0.5
x-wap-profile: ||^\del
Accept-Charset: ||^\del
Accept-Encoding: ||^\del
Keep-Alive: ||^\del
At include:
x-wap-profile: "http://www.blackberry.net/go/mobile/profiles/uaprof/9800/6.0.0.rdf"||4
Download (Updated 3 sept 2012)
co.id brow
ReplyDeleteada yg baru gak kang?
ReplyDelete