feat(packages): add tools
This commit is contained in:
parent
3a41cef5f9
commit
47c88e5e72
1 changed files with 12 additions and 2 deletions
|
@ -62,8 +62,6 @@ categories:
|
||||||
automation:
|
automation:
|
||||||
- ansible
|
- ansible
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
system:
|
|
||||||
- strace
|
|
||||||
text_processing:
|
text_processing:
|
||||||
json:
|
json:
|
||||||
- jo
|
- jo
|
||||||
|
@ -129,6 +127,16 @@ categories:
|
||||||
- whois
|
- whois
|
||||||
- traceroute
|
- traceroute
|
||||||
- nload
|
- nload
|
||||||
|
inspection:
|
||||||
|
- strace
|
||||||
|
- wireshark-cli
|
||||||
|
- name: binwalk
|
||||||
|
desc: Inspect a binary to search for embeded files and binaries (https://www.kali.org/tools/binwalk/)
|
||||||
|
- name: aur/libtree
|
||||||
|
desc: Inspect a binary and output of tree of system libraries
|
||||||
|
|
||||||
|
# dnsrecon
|
||||||
|
# httrack https://www.kali.org/tools/httrack/
|
||||||
fs:
|
fs:
|
||||||
- lsof
|
- lsof
|
||||||
tui:
|
tui:
|
||||||
|
@ -304,6 +312,8 @@ categories:
|
||||||
_:
|
_:
|
||||||
- name: aur/screen-message
|
- name: aur/screen-message
|
||||||
description: Utility to write in big on the screen
|
description: Utility to write in big on the screen
|
||||||
|
inspection:
|
||||||
|
- wireshark-qt
|
||||||
fonts:
|
fonts:
|
||||||
- ttf-roboto
|
- ttf-roboto
|
||||||
- ttf-opensans
|
- ttf-opensans
|
||||||
|
|
Loading…
Reference in a new issue