We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a663b81 commit 7449bbdCopy full SHA for 7449bbd
1 file changed
Dirbrute_Script/Dirbrute_Script.py
@@ -3,7 +3,7 @@
3
#
4
# dirbrute.py
5
6
-# Copyright 2023 Kalivarapubindusree
+#
7
8
# This program is free software; you can redistribute it and/or modify
9
# it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
32
\t| (_| | | | | |_) | | | |_| | || __/
33
\t \__,_|_|_| |_.__/|_| \__,_|\__\___|"""+bold+"V: 1.6"+ end +blue+"""
34
\t
35
-\t Coded by: Kalivarapubindusree
+\t
36
\t ---------------
37
"""+end)
38
@@ -176,4 +176,4 @@ def Main():
176
exit(1)
177
178
if __name__ == '__main__':
179
- Main()
+ Main()
0 commit comments