Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit ff3b2cb

Browse files
authored
Merge pull request #129 from sethsec/dev
Build 243 - Bump version to 1.3.1 for new release.
2 parents be44075 + 036c49c commit ff3b2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

celerystalk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ import csv
8989

9090
from lib.nmap import nmapcommand
9191

92-
build=str(242)
92+
build=str(243)
9393

9494

9595
def print_banner():
9696

9797
print("\ncelerystalk -\tAn asynchronous network enumeration/vulnerability scanner ")
98-
print(" v1.3 \tRun all your tools against all your hosts (IPs/virtual hosts/subdomains)")
98+
print(" v1.3.1 \tRun all your tools against all your hosts (IPs/virtual hosts/subdomains)")
9999
print("\t\tby @sethsec")
100100
print("\t\tBuild: {0}\n".format(build))
101101

0 commit comments

Comments
 (0)