-
Notifications
You must be signed in to change notification settings - Fork 5
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
6 changed files
with
124 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "aap" | ||
version = "0.1.1" | ||
version = "0.2.1" | ||
authors = ["Chad Baxter <[email protected]>"] | ||
edition = "2018" | ||
description = "Saturate the bad guys' databases." | ||
|
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 |
---|---|---|
|
@@ -22,22 +22,25 @@ You can use the ActiveAntiPhish command line application by compiling it with th | |
## `aap` Help | ||
|
||
``` | ||
ActiveAntiPhish 0.1.1 GNU-GPL-3.0 | ||
ActiveAntiPhish 0.2.1 GNU-GPL-3.0 | ||
Chad Baxter <[email protected]> | ||
Saturate the bad guys' databases. | ||
USAGE: | ||
aap [FLAGS] [OPTIONS] --time <run_time> --threads <threads> --url <url> | ||
FLAGS: | ||
-g, --debug Locks application to one thread and displays HTTP response data. | ||
-h, --help Prints help information | ||
-V, --version Prints version information | ||
-g, --debug Locks application to one thread and displays HTTP response data. | ||
-h, --help Prints help information | ||
-m, --multipart The form uses multipart data. | ||
-w, --urlencoded The form uses www-urlencoded data. | ||
-V, --version Prints version information | ||
OPTIONS: | ||
-c, --ccn <ccn_field> The form field where a credit card number should be populated. | ||
-v, --cvv <cvv_field> The form field where a credit card verification value should be populated. | ||
-d, --domain <domain> The domain of the email server associated with your organization (otherwise random domains will be used). For example: example.com or mail.example.com | ||
-d, --domain <domain> The domain of the email server associated with your organization (otherwise random | ||
domains will be used). For example: example.com or mail.example.com | ||
-e, --email <email_field> The form field where an email should be populated. | ||
-x, --exp <exp_field> The form field where a credit card expiration date should be populated. | ||
-f, --fname <first_name_field> The form field where a first name should be populated. | ||
|
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
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