What's new

Closed Payload Default Tricks

Status
Not open for further replies.

wekaya

Addict
Joined
Nov 28, 2019
Posts
81
Reaction
24
Points
87
MethodPayload
NormalCONNECT [host_port] [protocol][crlf]Host: domain.com[crlf][crlf]
Front InjectGET 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]
Back InjectCONNECT [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]
Front QueryCONNECT 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]
Back QueryCONNECT [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]

KeywordAuto ReplacedMeaning
[host]188.100.100.123Destination host
[port]22Destination port
[host_port]188.100.100.123:22Destination host and port, seperated by colon :
[ssh]188.100.100.123:22SSH server ip and port that you set at settings
[protocol]HTTP\1.0 or HTTP\1.1HTTP protocol version
[netData]CONNECT [host_port] [protocol]Short form of three keywords
[cr]\rCarriage Return, U+000D
[lf]\nLine Feed, U+000A
[crlf]\r\nCR (U+000D) followed by LF (U+000A)
[lfcr]\n\rLF (U+000A) followed by CR (U+000D)
[crlf][crlf]\r\n\r\nTo indicate the end of HTTP header
 
Last edited:
Status
Not open for further replies.

Similar threads

Back
Top