mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
added news pulp templates on scripts
This commit is contained in:
parent
9606b8ce74
commit
040e5a2966
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||
## [1.0.0] - 2020-04-02
|
||||
|
||||
### Added
|
||||
- added news pulp templates on scripts [mh4x0f]
|
||||
- added ISSUE_TEMPLATE.md on project [mh4x0f]
|
||||
- added donate patreon on readme.md [mh4x0f]
|
||||
- added autocomplete on command restore [mh4x0f]
|
||||
|
@ -1,4 +1,3 @@
|
||||
set interface wlxc83a35cef744
|
||||
ignore pydns_server
|
||||
plugins
|
||||
start
|
2
scripts/enable_responder3.pulp
Normal file
2
scripts/enable_responder3.pulp
Normal file
@ -0,0 +1,2 @@
|
||||
set plugin responder3 true
|
||||
start
|
6
scripts/enable_security_wep.pulp
Normal file
6
scripts/enable_security_wep.pulp
Normal file
@ -0,0 +1,6 @@
|
||||
set security true
|
||||
# set auth WPA2
|
||||
set security.wpa_type 0
|
||||
# congure password of AP
|
||||
set security.wpa_sharedkey 0123456789
|
||||
start
|
7
scripts/enable_security_wpa2.pulp
Normal file
7
scripts/enable_security_wpa2.pulp
Normal file
@ -0,0 +1,7 @@
|
||||
set security true
|
||||
# set auth WPA2
|
||||
set security.wpa_type 2
|
||||
set security.wpa_algorithms CCMP
|
||||
# congure password of AP
|
||||
set security.wpa_sharedkey 0123456789
|
||||
start
|
2
scripts/noproxy.pulp
Normal file
2
scripts/noproxy.pulp
Normal file
@ -0,0 +1,2 @@
|
||||
set proxy noproxy
|
||||
start
|
@ -1,5 +1,4 @@
|
||||
use wifipumpkin3.modules.wifi.wifiscan
|
||||
set interface wlxc83a35cef744
|
||||
use wifipumpkin3.modules.wifi.wifiscan
|
||||
#set timeout 0 for scan loop infinite
|
||||
set timeout 0
|
||||
run
|
||||
|
Loading…
Reference in New Issue
Block a user