Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba4ed30

Browse files
committed
minor update
1 parent bca058e commit ba4ed30

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ sqlmap
33

44
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
55

6+
Screenshots
7+
----
8+
69
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
710

11+
You can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of features on the wiki.
12+
813
Installation
914
----
1015

@@ -27,7 +32,7 @@ To get a list of all options and switches use:
2732

2833
python sqlmap.py -hh
2934

30-
You can find a sample run [here](https://gist.github.com/stamparm/5335217).
35+
You can find sample runs [here](https://gist.github.com/stamparm/5335217).
3136
To get an overview of sqlmap capabilities, list of supported features and description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki).
3237

3338
Links
@@ -44,3 +49,4 @@ Links
4449
* Mailing list archive: http://news.gmane.org/gmane.comp.security.sqlmap
4550
* Twitter: [@sqlmap](https://twitter.com/sqlmap)
4651
* Demos: [#1](http://www.youtube.com/user/inquisb/videos) and [#2](http://www.youtube.com/user/stamparm/videos)
52+
* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots

0 commit comments

Comments
 (0)