@@ -15,13 +15,17 @@ Utility was tested on a *python2.6*, *python2.7*, *python3.6* with SQLite FTS4 s
1515
1616Install: ` 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
2529Total found exploits: 8
2630Web-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
6569Total found exploits: 8
6670Web-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
110114After update you can perform local offline searches.
111115
112116```
113- # ./ getsploit.py --update
117+ # getsploit --update
114118Downloading getsploit database archive. Please wait, it may take time. Usually around 5-10 minutes.
115119219642496/219642496 [100.00%]
116120Unpacking database.
0 commit comments