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:
|
||||
- ansible
|
||||
- ansible-lint
|
||||
system:
|
||||
- strace
|
||||
text_processing:
|
||||
json:
|
||||
- jo
|
||||
|
@ -129,6 +127,16 @@ categories:
|
|||
- whois
|
||||
- traceroute
|
||||
- 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:
|
||||
- lsof
|
||||
tui:
|
||||
|
@ -304,6 +312,8 @@ categories:
|
|||
_:
|
||||
- name: aur/screen-message
|
||||
description: Utility to write in big on the screen
|
||||
inspection:
|
||||
- wireshark-qt
|
||||
fonts:
|
||||
- ttf-roboto
|
||||
- ttf-opensans
|
||||
|
|
Loading…
Reference in a new issue