Skip to content

Commit

Permalink
v3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TrixSec authored Oct 13, 2024
1 parent cc7dd2a commit 5558f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def log_error(message):
data_dir = os.path.join(os.getcwd(), 'data')
session_dir = os.path.join(os.getcwd(), 'session')

WAYMAP_VERSION = "3.7.7"
WAYMAP_VERSION = "3.8.7"
AUTHOR = "Trix Cyrus"
Devs = "@TrixSec & @0day-Yash & @JeninSutradhar"
COPYRIGHT = "Copyright © 2024 Trixsec Org"
Expand Down Expand Up @@ -111,7 +111,7 @@ def print_banner():
░╚██╗████╗██╔╝███████║░╚████╔╝░██╔████╔██║███████║██████╔╝
░░████╔═████║░██╔══██║░░╚██╔╝░░██║╚██╔╝██║██╔══██║██╔═══╝░
░░╚██╔╝░╚██╔╝░██║░░██║░░░██║░░░██║░╚═╝░██║██║░░██║██║░░░░░
░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░░░░ Fastest And Optimised Web Vulnerability Scanner v3.7.7
░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░░░░ Fastest And Optimised Web Vulnerability Scanner v3.8.7
"""
print(colored(banner, 'cyan'))
print(colored(f"Waymap Version: {WAYMAP_VERSION}", 'yellow'))
Expand Down

0 comments on commit 5558f1f

Please # to comment.