Skip to content

Commit 8a8f767

Browse files
authored
Update escalatex.sh
1 parent f66f8cd commit 8a8f767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

escalatex.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# #
1515
#############################################################
1616

17-
VERSION="1.1.0" # Updated version for HTML report feature
17+
VERSION="1.0.0"
1818
AUTHOR="Jonas Resch"
1919
DISCLAIMER="This tool should be used for authorized penetration testing and/or educational purposes only. Any misuse of this software will not be the responsibility of the author or of any other collaborator. Use it at your own risk on your own systems or with explicit permission."
2020

@@ -257,4 +257,4 @@ main() {
257257
}
258258

259259
# Execute main function
260-
main
260+
main

0 commit comments

Comments
 (0)