v2.0.0: Rename bruteforce to dictionary attack to avoid confusion (#71)

This commit is contained in:
Brendan LE GLAUNEC
2017-05-12 10:51:49 +02:00
committed by GitHub
parent b61fe52161
commit 0e7577ed7c
11 changed files with 61 additions and 61 deletions
+4 -4
View File
@@ -26,8 +26,8 @@
// All the tasks managed by the dispatcher
#include <tasks/mapping.h>
#include <tasks/parsing.h>
#include <tasks/brutelogs.h>
#include <tasks/brutepath.h>
#include <tasks/creds_attack.h>
#include <tasks/path_attack.h>
#include <tasks/thumbnail.h>
#include <tasks/stream_check.h>
#include <tasks/print.h>
@@ -40,8 +40,8 @@ enum class task {
preparation,
mapping,
parsing,
brutepath,
bruteforce,
path_attack,
creds_attack,
thumb_generation,
print,
finished