This website requires JavaScript.
Explore
Help
Sign In
PenTest
/
sqlmap
Watch
1
Star
0
Fork
0
You've already forked sqlmap
mirror of
https://github.com/sqlmapproject/sqlmap.git
synced
2025-12-06 20:51:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
8b9706656ee363f80035f175887a57361feca429
sqlmap
/
lib
/
parse
History
Bernardo Damele
8b9706656e
Got rid of unreliable 'ORDER BY' technique to detect UNION query SQL injection, consequently switch --union-tech has gone now.
...
Minor code refactoring too.
2010-11-29 17:18:38 +00:00
..
__init__.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
banner.py
further refactoring (all enumerations are now put into enums.py)
2010-11-08 09:20:02 +00:00
cmdline.py
Got rid of unreliable 'ORDER BY' technique to detect UNION query SQL injection, consequently switch --union-tech has gone now.
2010-11-29 17:18:38 +00:00
configfile.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
handler.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
headers.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
html.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
payloads.py
Rewrite from scratch the detection engine. Now it performs checks defined in payload.xml. User can specify its own.
2010-11-28 18:10:54 +00:00