kismet gpg key, repo, and package
parent
2ede6f1593
commit
5a48b1a381
|
@ -1,3 +1,18 @@
|
|||
- name: add kismet gpg key
|
||||
hosts: localhost
|
||||
connection: local
|
||||
tasks:
|
||||
- apt_key:
|
||||
url: https://www.kismetwireless.net/repos/kismet-release.gpg.key
|
||||
state: present
|
||||
- apt_repository:
|
||||
repo: 'deb https://www.kismetwireless.net/repos/apt/git/cosmic cosmic main'
|
||||
state: present
|
||||
filename: kismet
|
||||
update_cache: yes
|
||||
tags:
|
||||
- repository
|
||||
|
||||
- name: deb-utils
|
||||
hosts: localhost
|
||||
connection: local
|
||||
|
@ -57,8 +72,8 @@
|
|||
- recon-ng
|
||||
- aircrack-ng
|
||||
- airgraph-ng
|
||||
- kismet
|
||||
- wireshark
|
||||
- kismet
|
||||
- tshark
|
||||
- hunt
|
||||
- mdbtools
|
||||
|
@ -152,4 +167,3 @@
|
|||
dest: /usr/share/wordlists/spy_vs_spy.words }
|
||||
tags:
|
||||
- wordlists
|
||||
|
||||
|
|
Loading…
Reference in New Issue