Skip to content

Commit 2a90d89

Browse files
author
ekultek
committed
fixed the README to have the correct requirements
1 parent 38122d2 commit 2a90d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ With each new module on it's own line.
4545
AutoSploit depends on the following Python2.7 modules.
4646

4747
```
48-
shodan
49-
blessings
48+
requests
49+
psutil
5050
```
5151

5252
Should you find you do not have these installed get them with pip like so.
5353

5454
```bash
55-
pip install shodan blessings
55+
pip install requests psutil
5656
```
5757

5858
or

0 commit comments

Comments
 (0)