Re: [sqlmap-users] cleaning up after yourself
Brought to you by:
inquisb
From: Robin W. <ro...@di...> - 2014-12-04 15:19:40
|
Looking at the commands sent I can see three drop tables for sqlmapfile, sqlmapfilehex and sqlmapoutput but nothing for stored procedures. On 4 December 2014 at 15:08, Robin Wood <ro...@di...nja> wrote: > Just spotted --cleanup but that didn't remove the procedure, sqlmap > command seemed to run OK though but didn't say anything about what it > was removing, should it have done? > > Robin > > On 4 December 2014 at 15:01, Robin Wood <ro...@di...nja> wrote: >> I'm testing sqlmap against an MSSQL DB and looking at running OS >> commands. In an attempt to reenable xp_cmdshell a stored proc called >> xp_gedp has been created and left behind, is there any way to >> automatically clean up this and any other things that are created? >> >> Robin |