Skip to content

Commit 88b9803

Browse files
Add files via upload
1 parent b9f6bf5 commit 88b9803

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

arguments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <iostream>
22
#include <cstring>
33
using namespace std;
4-
string version = "v0.3";
4+
55
void showhelp() {
66
cout << "Version: " << version << "\n"
77
<< "Usage: dirforce -u/--host [host] -w/--wordlist [wordlist.txt]\n\n"

dirforce

0 Bytes
Binary file not shown.

dirforce.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <sstream>
1818

1919
using namespace std;
20+
string version = "v0.3";
2021

2122
int wordlistcount;
2223
ifstream wordlist;
@@ -54,7 +55,7 @@ int main(int argc, char* argv[]) {
5455
wordlist.open(wordlistfile);
5556
wordlistcount = lineCounter(wordlistfile);
5657
if (!liteOutput) {
57-
cout << "[38;2;12;230;140m [39m[38;2;13;233;136m [39m[38;2;15;235;132m [39m[38;2;17;237;128m [39m[38;2;20;239;124m [39m[38;2;22;241;119m [39m[38;2;24;243;115m█[39m[38;2;27;245;111m█[39m[38;2;29;246;107m [39m[38;2;32;248;103m█[39m[38;2;35;249;98m█[39m[38;2;38;250;94m [39m[38;2;41;251;90m [39m[38;2;44;252;86m [39m[38;2;47;253;82m [39m[38;2;51;253;78m [39m[38;2;54;254;74m [39m[38;2;58;254;71m [39m[38;2;61;254;67m [39m[38;2;65;254;63m [39m[38;2;69;254;60m [39m[38;2;72;254;56m█[39m[38;2;76;254;53m█[39m[38;2;80;253;49m█[39m[38;2;84;253;46m█ v0.2"
58+
cout << "[38;2;12;230;140m [39m[38;2;13;233;136m [39m[38;2;15;235;132m [39m[38;2;17;237;128m [39m[38;2;20;239;124m [39m[38;2;22;241;119m [39m[38;2;24;243;115m█[39m[38;2;27;245;111m█[39m[38;2;29;246;107m [39m[38;2;32;248;103m█[39m[38;2;35;249;98m█[39m[38;2;38;250;94m [39m[38;2;41;251;90m [39m[38;2;44;252;86m [39m[38;2;47;253;82m [39m[38;2;51;253;78m [39m[38;2;54;254;74m [39m[38;2;58;254;71m [39m[38;2;61;254;67m [39m[38;2;65;254;63m [39m[38;2;69;254;60m [39m[38;2;72;254;56m█[39m[38;2;76;254;53m█[39m[38;2;80;253;49m█[39m[38;2;84;253;46m█ " << version
5859
<< endl << "     ░██░░          ░██░                                 "
5960
<< endl << "     ░██ ██ ██████ ██████  ██████  ██████  █████   █████ "
6061
<< endl << "  ██████░██░░██░░█░░░██░  ██░░░░██░░██░░█ ██░░░██ ██░░░██"

0 commit comments

Comments
 (0)