Skip to content

Commit

Permalink
Update --> V0.2.1 to V0.3
Browse files Browse the repository at this point in the history
Small changes under the hood and simplified dependency installation
  • Loading branch information
0n1cOn3 committed Oct 21, 2023
1 parent 20ac698 commit 9926912
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Dependencies:
### macOS:

brew (The macOS Homebrew)
brew python3
brew python3 python3-pip
pip3 install -r requirements.txt

### Linux Distribution:

Python3
Python3 pip
Shodan Module

Optional:
Expand All @@ -28,7 +30,7 @@ Shodan.io API Key
Generalizing:

git clone https://github.com/0n1cOn3/Shodan-IP-Scan-Resulter.git
python3 -m pip install shodan
pip3 install -r requirements.txt
chmod +x megascript.sh

Open the search.py, and replace "API_SHODAN_KEY" with your own API Key.
Expand Down Expand Up @@ -56,11 +58,14 @@ Contributors' names and contact info:
TheSpeedX (Mail: ggspeedx29@gmail.com) 👤

### Version History
0.3
Some parts of SISR code has been refactored
NEW: pip3 requirements added

0.2.1
Added Update Functions for used packages
Code optimization
GUI edited
GUI changed
0.2
Code optimization
Added normal Script Mode for macOS
Expand Down

0 comments on commit 9926912

Please sign in to comment.