What's new

Closed Tulong naman po

Status
Not open for further replies.
Naka multi payload ka ba? Nasa rp naka depend yan at sa request method na ginamit mo..
*Pwede kita bigyan ng gawa nang config pero panu ka matututo dba? Kaya ito na lang guide kasi nga nag papaturo ka para kaya mo na.:)

eto guide:
(Note: ang iba jan manual input hindi pwede sa generate ng http injector)
Source: kpn tunnel ultimate similar lang ang command nila.

Payload Commands Support
[real_raw] or [realData]
: Real Request data from Client. this command contain with double CR LF ( \r\n ) / Newline. Example : "[real_raw]" (normaly use), with Front Inject : "HEAD You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n[real_raw]" . with Back Inject : "[real_raw]HEAD You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n".

[raw] or [netData] : Request data from the Client. this command not contain with double CR LF ( \r\n ) / Newline . for normaly use, you must add Double CR LF ( \r\n ) / Newline after [raw] command . Example : "[raw]\r\n\r\n" (normal used). with Front Inject : "HEAD You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n[raw]\r\n\r\n" . with Back Inject : "[raw]\r\n\r\nHEAD You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n".

[method] : Methods of Request Data command from the Client.. if you using SSH, OpenVPN, or other tunnel application default method is "CONNECT". Example : "[method] sshserver:443 HTTP/1.0\r\n\r\n".

[host_port] : Server Destination with Open Port Server Destination from the Client (Mix in). Example : Normaly "[method] [host_port] HTTP/1.0\r\n\r\n". with Front Query : "[method] bughost.com@[host_port] HTTP/1.0\r\n\r\n". with Back Query : "[method] [host_port]@bughost.com HTTP/1.0\r\n\r\n".

[host] and [port] : [host] is Server Destination and [port] Open Port Server Destination. This command can be used to Middle Query methods. Example : "[method] [host]@bughost.com:[port] HTTP/1.1\r\n\r\n".

[protocol] : HTTP Request Version Protocol (HTTP/0.9 or HTTP/1.0 or HTTP/1.1) in Request data from Client. Example : "[method] [host_port] [protocol]\r\n\r\n".

[split] : Spliting request header, the header of each request, which is between the command "[split]" will be sent to the server independently. Example : [raw]\r\n\r\n[split]POST You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n".

[split_delay] or [split_delay=n] : Spliting request header, the header of each request, which is between the command "[split_delay]" will be sent to the server independently with delayed time (1s). Example : [raw]\r\n\r\n[split_delay]POST You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n" or set delayed time with "[split_delay=time_by_second] Example : [raw]\r\n\r\n[split_delay=5]POST You do not have permission to view the full content of this post. Log in or register now. HTTP/1.1\r\nHost: bughost.com\r\n\r\n"

[cr] : Carriage Return (\r) is a Newline of HTTP Header Fields and Support multiple line. Example 1 : [method] [host_port] [protocol][cr]Host: [host_port][cr][cr] or use Simple Multiplelines : [method] [host_port] [protocol][cr]Host: [host_port][cr*2] .

[lf] : Line Feed (\n) is a Newline of HTTP Header Fields and Support multiple line. Example 1 : [method] [host_port] [protocol][lf]Host: [host_port][lf][lf] or use Simple Multiplelines : [method] [host_port] [protocol][lf]Host: [host_port][lf*2] .

[crlf] : Combined Carriage Return and Line Feed (\r\n) and Support multiple line. Example 1 : [method] [host_port] [protocol][crlf]Host: [host_port][crlf][crlf] or use Simple Multiplelines : [method] [host_port] [protocol][crlf]Host: [host_port][crlf*2] .

[lfcr] : Combined Line Feed and Carriage Return (\n\r) and Support multiple line. Example 1 : [method] [host_port] [protocol][lfcr]Host: [host_port][lfcr][lfcr] or use Simple Multiplelines : [method] [host_port] [protocol][lfcr]Host: [host_port][lfcr*2] .

[auth] : Basic of Authentication for Remote Server (if needed), to working this command, fill Username and Password in Remote Server. (your_proxy_or_host:your_port@your_username:your_password). ex : [raw][crlf]Proxy-Authorization: [auth][crlf*2] .

[ua] : Device User Agent string. ex : [raw][crlf]User-Agent: [ua][crlf*2] .


[rotate=1;2;3;etc] : Send payloads ordinaly and rotate payload on Reconnecting by list of host input (Simple version for [repeat] but only host with same payload constructor), reset index on Stoped Service. Example : CONNECT [rotate=example.com;example2.com;example3.com] HTTP/1.0\r\nHost: [rotate=example.com;example2.com;example3.com]\r\n\r\n.

Extra Commands : Enter keyboard, \r and \n

Use your imagination to fill the payload. Or learn about the HTTP request before.

Configure OpenVPN
In OpenVPN Config File : add new line : "route 0.0.0.0 0.0.0.0 vpn_gateway", add new line : "route YOUR-PROXY 255.255.255.255 net_gateway" and add newline again "http-proxy 127.0.0.1 2323".
 
Last edited by a moderator:
Status
Not open for further replies.

Similar threads

Back
Top