-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,22 +10,22 @@ | |
\twfuzz --script=robots -z list,robots.txt http://www.webscantest.com/FUZZ''' | ||
|
||
exec_banner = '''********************************************************\r | ||
* Wfuzz %s - The Web Fuzzer *\r | ||
* Wfuzz %s - The Web Fuzzer *\r | ||
********************************************************\r\n''' % version | ||
|
||
help_banner = '''******************************************************** | ||
* Wfuzz %s - The Web Fuzzer * | ||
* Wfuzz %s - The Web Fuzzer * | ||
* * | ||
* Version up to 1.4c coded by: * | ||
* Christian Martorella ([email protected]) * | ||
* Carlos del ojo ([email protected]) * | ||
* * | ||
* Version 1.4d to %s coded by: * | ||
* Version 1.4d to %s coded by: * | ||
* Xavier Mendez ([email protected]) * | ||
********************************************************\r\n''' % (version, version) | ||
|
||
help_banner2 = '''******************************************************** | ||
* Wfuzz %s - The Web Fuzzer * | ||
* Wfuzz %s - The Web Fuzzer * | ||
* * | ||
* Coded by: * | ||
* * | ||
|