Skip to content

Commit

Permalink
Merge pull request #23 from 6abd/main
Browse files Browse the repository at this point in the history
update dev branch
  • Loading branch information
6abd authored Jun 30, 2024
2 parents 89c81e5 + 1f8789a commit fafc96b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


<p align="center">
<img src="https://i.ibb.co/9HvghxG/Screenshot-2024-04-19-at-11-17-49-PM.png"/>
<img src="https://i.ibb.co/LSYgyHh/Screenshot-2024-06-30-at-12-51-09-AM.png"/>
</p>
<div align="center">

Expand Down Expand Up @@ -62,7 +62,7 @@ To manually configure API keys, navigate to ```/src/modules/var/pipes/api_config
```

<p align="center">
<img src="https://i.ibb.co/TLHZ0YD/Screenshot-2024-06-28-at-5-52-29-PM.png"/>
<img src="https://i.ibb.co/M75HnnL/Screenshot-2024-06-30-at-12-49-53-AM.png"/>
</p>

*On Shodan: Shodan is a paid API, so in order for your API to work you need to subscribe to them. A lot of its feature's location-related functionality is available in 'geolock', but more detailed features require that API.*
Expand Down
2 changes: 1 addition & 1 deletion etc/init/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from colorama import Fore # For text colour.
import random # For tagline.

version = ("1.2.4") # Major.Minor.Rev/Build
version = ("1.2.6") # Major.Minor.Rev/Build
motd = (f"{Fore.LIGHTRED_EX}Are you worried yet?{Fore.LIGHTRED_EX}") # Always use 20 char max.
tag = [' Access the matrix', ' Break the system'] # Use spaces to centre the tag to the divider bar.

Expand Down

0 comments on commit fafc96b

Please sign in to comment.