What's new

Closed Http injector codes

Status
Not open for further replies.

reher

Eternal Poster
Joined
Oct 27, 2017
Posts
160
Reaction
285
Points
271
Age
47
Http Injector

List of Injection methods

1.Normal

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

2.Front Inject
GET You do not have permission to view the full content of this post. Log in or register now. 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 You do not have permission to view the full content of this post. Log in or register now. [protocol][crlf]Host: domain.com[crlf][crlf]

4.Back Inject
CONNECT [host_port] HTTP/1.1[crlf][crlf]GET You do not have permission to view the full content of this post. Log in or register now. [protocol][crlf]Host: domain.com[crlf][crlf]

5.Back Query
CONNECT [host_port]@domain .com[crlf]GET You do not have permission to view the full content of this post. Log in or register now. [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.
 
Status
Not open for further replies.

Similar threads

Back
Top