Skip to content

Commit 6c0b1ce

Browse files
committed
Readme adapred for 0.3.0 version
1 parent f606135 commit 6c0b1ce

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ Utility was tested on a *python2.6*, *python2.7*, *python3.6* with SQLite FTS4 s
1515

1616
Install: `pip install getsploit`
1717

18-
[![asciicast](https://asciinema.org/a/ObuaXdpxNO0nAo6o821fLCLxZ.png)](https://asciinema.org/a/ObuaXdpxNO0nAo6o821fLCLxZ?autoplay=1)
18+
# Obtain Vulners API key
19+
20+
Please, register at [Vulners website](https://vulners.com).
21+
Go to the personal menu by clicking at your name at the right top corner.
22+
Follow "API KEYS" tab.
23+
Generate API key with scope "api" and use it with the getsploit.
1924

2025
# Search
2126
```
22-
# git clone https://github.com/vulnersCom/getsploit
23-
# cd getsploit
24-
# ./getsploit.py wordpress 4.7.0
27+
# pip install getsploit
28+
# getsploit wordpress 4.7.0
2529
Total found exploits: 8
2630
Web-search URL: https://vulners.com/search?query=bulletinFamily%3Aexploit%20AND%20wordpress%204.7.0
2731
+----------------------+--------------------------------+----------------------------------------------------+
@@ -61,7 +65,7 @@ Web-search URL: https://vulners.com/search?query=bulletinFamily%3Aexploit%20AND%
6165

6266
# Save exploit files
6367
```
64-
# ./getsploit.py -m wordpress 4.7.0
68+
# getsploit -m wordpress 4.7.0
6569
Total found exploits: 8
6670
Web-search URL: https://vulners.com/search?query=bulletinFamily%3Aexploit%20AND%20wordpress%204.7.0
6771
+----------------------+--------------------------------+----------------------------------------------------+
@@ -110,7 +114,7 @@ If your Python supports sqlite3 lib(builtin) you can use *--update* and *--local
110114
After update you can perform local offline searches.
111115

112116
```
113-
# ./getsploit.py --update
117+
# getsploit --update
114118
Downloading getsploit database archive. Please wait, it may take time. Usually around 5-10 minutes.
115119
219642496/219642496 [100.00%]
116120
Unpacking database.

0 commit comments

Comments
 (0)