-
-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from P0cL4bs/beta
bum version 1.1.2 release
- Loading branch information
Showing
38 changed files
with
712 additions
and
330 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
set dhcpconf: | ||
|
||
Usage: dhcpconf [id] | ||
param id: ID of DHCP configuration option | ||
you can get the list using only `dhcpconf` command | ||
|
||
Description: | ||
select a config for configure DHCP Server |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
help hostapd_config | ||
=================== | ||
|
||
Usage: set hostapd_config.[variable] [value] | ||
|
||
param [variable]: The key come from hostapd configuration file (hostapd.conf) | ||
param [value]: The value come from hostapd configuration file (hostapd.conf | ||
|
||
you can see more options on link bellow: | ||
https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf. | ||
|
||
Description: | ||
set variables hostapd configuration file | ||
|
||
Referencies: | ||
https://wifipumpkin3.github.io/docs/getting-started#core-commands |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
unset hostapd_config variables: | ||
|
||
Usage: unset hostapd_config.[variable] | ||
param variable: unset variables for hostapd configuration file | ||
|
||
Description: | ||
Unset variables for hostapd.conf | ||
|
||
Referencies: | ||
https://wifipumpkin3.github.io/docs/getting-started#core-commands | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Command add: | ||
|
||
Usage: add [macaddress] | ||
param macaddress: The MAC address or (BSSID) of target access point | ||
is listed on the command `scan`. | ||
|
||
param .: The param dot will be add all MAC address (BSSID) of target access point | ||
is listed on the command `scan`. | ||
|
||
Description: | ||
add to list of target for deauth attack. |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Command rm: | ||
|
||
Usage: rm [macaddress] or [.] | ||
param macaddress: The MAC address or (BSSID) of target access point | ||
is listed on the command `scan`. | ||
|
||
param .: The param dot will be remove all MAC address (BSSID) of target access point | ||
is listed on the command `scan`. | ||
|
||
Description: | ||
remove from list of target for deauth attack. |
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
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,3 +1,3 @@ | ||
__version__ = "1.0.9" | ||
__codename__ = "Guaraci" | ||
__version__ = "1.1.2" | ||
__codename__ = "Yorixiriamori" | ||
__branch__ = "dev" |
Oops, something went wrong.