You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ rl.on('line', (input) => {
17
17
args=input.split(' ');
18
18
switch(args[0]){
19
19
case'help':
20
-
console.log('\n save Saves output to the text file.\n interval <int> Sets the interval. Default is 600ms.\n path <path> Sets path to your dictionary.\n author Shows author of the app.\n clear Clears the console.\n exit Quits the app.\n start Starts the bruteforce.\n');
20
+
console.log('\n save Saves output to the text file.\n check <string> Checks single URL specified in argument. \n interval <int> Sets the interval. Default is 600ms.\n path <path> Sets path to your dictionary.\n author Shows author of the app.\n clear Clears the console.\n exit Quits the app.\n start Starts the bruteforce.\n');
0 commit comments