Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST body without param #36

Closed
noraj opened this issue Jun 16, 2021 · 0 comments
Closed

POST body without param #36

noraj opened this issue Jun 16, 2021 · 0 comments

Comments

@noraj
Copy link

noraj commented Jun 16, 2021

POST /fetch HTTP/1.1
Host: somehost.local:8008
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: text/plain;charset=UTF-8
Content-Length: 16
Connection: keep-alive

http://127.0.0.1

It's not currently possible to fuzz in a POST body without a parameter.

$ ssrfmap -r $(pwd)/req.txt -m portscan
 _____ _________________                     
/  ___/  ___| ___ \  ___|                    
\ `--.\ `--.| |_/ / |_ _ __ ___   __ _ _ __  
 `--. \`--. \    /|  _| '_ ` _ \ / _` | '_ \ 
/\__/ /\__/ / |\ \| | | | | | | | (_| | |_) |
\____/\____/\_| \_\_| |_| |_| |_|\__,_| .__/ 
                                      | |    
                                      |_|    
[WARNING]:No parameter (-p) defined, nothing will be tested!
[INFO]:Module 'portscan' launched !

kxynos added a commit to kxynos/SSRFmap that referenced this issue Mar 28, 2023
Fixes issue swisskyrepo#36, POST body without param
kxynos added a commit to kxynos/SSRFmap that referenced this issue Mar 28, 2023
Fixes issue swisskyrepo#36, POST body without param
This was referenced Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants