File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ profile.cov
2424go.work
2525go.work.sum
2626
27- # Config files
28- * .json
29-
3027# env file
3128.env
3229
Original file line number Diff line number Diff line change 1+ {
2+ "host" : " ssh-server.com" ,
3+ "port" : 443 ,
4+ "auth" : {
5+ "user" : " ssh-username" ,
6+ "pass" : " ssh-password"
7+ },
8+ "local" : {
9+ "type" : " http" ,
10+ "port" : 8080
11+ },
12+ "payload" : " GET / HTTP/1.1\r\n Host: bug-host.com\r\n Upgrade: websocket\r\n\r\n " ,
13+ "timeout" : 30 ,
14+ "tls" : {
15+ "sni" : " bug-host.com"
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ {
2+ "host" : " vps-server.com" ,
3+ "port" : 80 ,
4+ "auth" : {
5+ "user" : " ssh-username" ,
6+ "pass" : " ssh-passwrod"
7+ },
8+ "local" : {
9+ "type" : " http" ,
10+ "port" : 8080
11+ },
12+ "payload" : " GET / HTTP/1.1\r\n Host: bug-host.com\r\n Upgrade: websocket\r\n\r\n " ,
13+ "timeout" : 30
14+ }
Original file line number Diff line number Diff line change 1+ {
2+ "host" : " bug-host.com" ,
3+ "port" : 443 ,
4+ "auth" : {
5+ "user" : " ssh-username" ,
6+ "pass" : " ssh-password"
7+ },
8+ "local" : {
9+ "type" : " http" ,
10+ "port" : 8080
11+ },
12+ "payload" : " GET / HTTP/1.1\r\n Host: vps-server.com\r\n Upgrade: websocket\r\n\r\n " ,
13+ "timeout" : 30 ,
14+ "tls" : {
15+ "sni" : " vps-server.com"
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ {
2+ "host" : " bug-host.com" ,
3+ "port" : 80 ,
4+ "auth" : {
5+ "user" : " ssh-username" ,
6+ "pass" : " ssh-possword"
7+ },
8+ "local" : {
9+ "type" : " http" ,
10+ "port" : 2080
11+ },
12+ "payload" : " GET / HTTP/1.1\r\n Host: vps-server.com\r\n Upgrade: websocket\r\n\r\n " ,
13+ "timeout" : 30
14+ }
You can’t perform that action at this time.
0 commit comments