Re: [sqlmap-users] tag FORM not supported
Brought to you by:
inquisb
From: Timon W. <tim...@gm...> - 2012-08-09 08:07:09
|
So special... Form method is get ,and enctype equals multipart/form-data. That's not a valid form, you can't use this to upload file or submit data I think. On Thu, Aug 9, 2012 at 3:53 PM, Marco Mirandola <mm...@gm...> wrote: > Hi Sqlmap team :-) > > This is the error: > > ===================================================================== > [09:40:35] [INFO] testing connection to the target url > [09:40:36] [INFO] searching for forms > [09:40:37] [CRITICAL] there has been a problem while processing page forms > ('unk > nown GET form encoding type 'multipart/form-data'') > ===================================================================== > > And this is the stub of html page > ===================================================================== > > <form name="choice" enctype="multipart/form-data" method="GET" > action="/result.php" style="display:inline;"> > <select style="margin-bottom:10px;" name="categoria" id="categoria"> > <option value="">Tutti</option> > <option selected="selected" >Coppie</option> > <option value="a">a</option> > <option value="b">b</option> > <option value="c">c</option> > <option value="d">d</option> > <option >e</option> > <option >f</option> > <option >g</option> > <option >h</option> > <option value="i">i</option> > </select> > <br> > <select name="regione" id="regione" style="margin-top:8px; > margin-bottom:8px;"> > <option selected="selected"></option> > <option></option> > <option value="Abruzzo" >Abruzzo</option> > <option value="Basilicata" >Basilicata</option> > <option value="Calabria" >Calabria</option> > <option value="Campania" >Campania</option> > <option value="Emilia Romagna" >Emilia Romagna</option> > <option value="Friuli" >Friuli</option> > <option value="Lazio">Lazio</option> > <option value="Liguria" >Liguria</option> > <option value="Lombardia" >Lombardia</option> > <option value="Marche" >Marche</option> > <option value="Molise" >Molise</option> > <option value="Piemonte" >Piemonte</option> > <option value="Puglia" >Puglia</option> > <option value="Sardegna" >Sardegna</option> > <option value="Sicilia" >Sicilia</option> > <option value="Toscana" >Toscana</option> > <option value="Trentino" >Trentino</option> > <option value="Umbria" >Umbria</option> > <option value="ValleAosta" >Valle d'Aosta</option> > <option value="Veneto" >Veneto</option> > <option value="estero" >...all'estero</option> > </select><br /> > <input name="check1" type="checkbox" value="1" /> > <input name="check1" type="checkbox" value="1" /> > <input name="check1" type="checkbox" value="1" /> > <br /> > <input type="Image" name="Invia" img > src="http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/img/go.gif" > width="55" height="19"> > </div> > </form> > > ===================================================================== > > Best regards > > Marco Mirandola > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Focus on: Network security,Scanner,NodeJS,JAVA,WWW Blog: http://www.nohouse.net |