feat(packages): add osint and ebook softwares
This commit is contained in:
parent
df1082920e
commit
5faefae3a1
2 changed files with 14 additions and 3 deletions
|
@ -131,8 +131,11 @@ categories:
|
||||||
desc: URL processing
|
desc: URL processing
|
||||||
- name: aur/oauth2c
|
- name: aur/oauth2c
|
||||||
desc: OAuth2 client
|
desc: OAuth2 client
|
||||||
|
- name: httrack
|
||||||
|
desc: Download whole website for offline use
|
||||||
dns:
|
dns:
|
||||||
- bind
|
- bind
|
||||||
|
- aur/python-dnsrecon
|
||||||
_:
|
_:
|
||||||
- nmap
|
- nmap
|
||||||
- wireguard-tools
|
- wireguard-tools
|
||||||
|
@ -151,8 +154,6 @@ categories:
|
||||||
- name: aur/libtree
|
- name: aur/libtree
|
||||||
desc: Inspect a binary and output of tree of system libraries
|
desc: Inspect a binary and output of tree of system libraries
|
||||||
|
|
||||||
# dnsrecon
|
|
||||||
# httrack https://www.kali.org/tools/httrack/
|
|
||||||
fs:
|
fs:
|
||||||
- lsof
|
- lsof
|
||||||
- name: ncdu
|
- name: ncdu
|
||||||
|
@ -187,6 +188,8 @@ categories:
|
||||||
- mpv
|
- mpv
|
||||||
- name: mpv-mpris
|
- name: mpv-mpris
|
||||||
desc: Allow to control MPV with MPRIS protocol (playerctl)
|
desc: Allow to control MPV with MPRIS protocol (playerctl)
|
||||||
|
book:
|
||||||
|
- foliate
|
||||||
_:
|
_:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- imagemagick
|
- imagemagick
|
||||||
|
@ -250,6 +253,10 @@ categories:
|
||||||
- python-poetry
|
- python-poetry
|
||||||
lint:
|
lint:
|
||||||
- ruff
|
- ruff
|
||||||
|
lib:
|
||||||
|
- python-numpy
|
||||||
|
- python-pandas
|
||||||
|
- python-networkx
|
||||||
lua:
|
lua:
|
||||||
- lua
|
- lua
|
||||||
web:
|
web:
|
||||||
|
@ -374,6 +381,8 @@ categories:
|
||||||
description: Utility to write in big on the screen
|
description: Utility to write in big on the screen
|
||||||
inspection:
|
inspection:
|
||||||
- wireshark-qt
|
- wireshark-qt
|
||||||
|
editor:
|
||||||
|
- featherpad
|
||||||
fonts:
|
fonts:
|
||||||
- ttf-roboto
|
- ttf-roboto
|
||||||
- ttf-opensans
|
- ttf-opensans
|
||||||
|
|
|
@ -4,6 +4,8 @@ base:
|
||||||
- copyparty
|
- copyparty
|
||||||
- lesspass
|
- lesspass
|
||||||
- xkcd-pass
|
- xkcd-pass
|
||||||
- azlyrics2
|
|
||||||
- yewtube
|
- yewtube
|
||||||
- lesspass
|
- lesspass
|
||||||
|
multimedia:
|
||||||
|
- azlyrics2
|
||||||
|
- epy-reader
|
||||||
|
|
Loading…
Reference in a new issue