Http Injector



List of Injection methods

1.Normal

CONNECT [host_port] [protocol][crlf]Host: domain.com[crlf][crlf]

2.Front Inject
GET http://domain.com/ HTTP/1.1[crlf]Host: domain.com[crlf][crlf]CONNECT [host_port] [protocol][crlf][crlf]

3.Front Query 
CONNECT domain.com@[host_port][crlf]GET http://domain.com/ [protocol][crlf]Host: domain.com[crlf][crlf]

4.Back Inject
 CONNECT [host_port] HTTP/1.1[crlf][crlf]GET http://domain.com/ [protocol][crlf]Host: domain.com[crlf][crlf]

5.Back Query
CONNECT [host_port]@domain .com[crlf]GET http://domain.com/ [protocol][crlf]Host: domain.com[crlf][crlf]

Troubleshoot♂¶

🙅302 Error code - If you are  302 HTTP header code that means your ISP is redirecting your request to their captive portal page. Normally ISP blacklisted your remote proxy or the HTTP Payload.

🙅400 Error code - This indicate that your payload is invalid and can't be understand by remote proxy
Connection timeout - It could be that your network connection is slow or the remote proxy is slow.
Previous
Next Post »