What's new

Closed Http injector: meaning of errors

Status
Not open for further replies.

Anonymous10000110

Honorary Poster
Joined
Apr 15, 2017
Posts
102
Reaction
172
Points
134
Age
23
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
 
[1:27 PM] Connection Lost Premature connection close - Server closed connection during identification exchange - (Maybe server is busy, reconnecting now) pano po ito?
 
Status
Not open for further replies.

Similar threads

Back
Top