部分软件安装、使用「仓库来源」 - Software
Adb
1 | # 列出软件 |
Apache2
Debian下的配置结构(Apache httpd 2.x)
1 | ServerRoot :: /etc/apache2 |
1 | systemctl start apache2 |
ARP Scan
1 | arp-scan 192.168.1.0/24 |
BeEF
1 | # 将BeEF集成到metasploit框架: |
Bettercap
1 | apt-get install bettercap |
CeWL——网页关键词采集
1 | apt install cewl |
Crunch
1 | # 生成字典: |
Dd
1 | # dd生成一定大小的文件(比如1G) |
Docker-ce
安装docker
1 | # 官网安装docker |
配置DockerHub镜像
大陆Docker Hub屏蔽原因:https://unsafe.sh/go-244186.html
1 |
|
Eclipse
1 | 汉化: |
Extremetuxracer
Linux企鹅滑雪比赛
Fcifx-rime——中州韵输入法
1 | 关于Rime的推荐文章:https://byvoid.com/zht/blog/recommend-rime/ |
Ffmpeg
常用命令:(其他资源:个人向常用ffmpeg命令总结 )
视频+音频:
ffmpeg -an -i 【视频文件】 -stream_loop -1 -i 【音频文件】 -c:v copy -t 【视频时长】 out.mp4
ffmpeg -an -i 【视频文件】 -stream_loop -1 -i 【音频文件】 -t 【视频时长】 out2.mp4
提取画面:
ffmpeg -i 【视频文件】 -vcodec copy -an out.mp4
提取封面(会报错但不影响使用):
ffmpeg -ss 【时间节点】 -i 【输入视频文件】 【输出图片文件】 -r 1 -frames:v 1 -an -vcodec mjpeg
提取音频:
ffmpeg -i 【视频文件】 -acodec copy -vn out.mp3
合并视频、音频:
ffmpeg -f concat -i 1.txt -c copy output.mp4
1
2
3TXT文件:
file '1.mp4'
file '2.mp4'裁剪视频:
ffmpeg -ss 0:0:0 -to 0:29:30 -i 【视频文件】 -vcodec copy -acodec copy out.MOV
1 | # ffmpeg加速音频、视频 |
Firefox-esr
1 | 安装flash插件: |
Fping
1 | # ping扫描: |
GCM——git-credential-manager
1 | repo: https://github.com/git-ecosystem/git-credential-manager |
Gfdisk
1 | sudo apt install gptfdisk |
Hping3
1 | hping3 -q -n -a 10.0.0.1 --udp -s 53 --keep -p 68 --flood 192.168.0.2 |
Httrack
1 | # 克隆镜像网站: |
Hydra
1 | #Hydra: |
IRC客户端
1 | irssi——Terminal |
Jami
1 | sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends |
Kde Connect
1 | 命令: |
Kdenlive
1 | #### 快速选择 |
Mass scan
1 | #大规模扫描: |
Mdk4
1 | apt-get install mdk4 |
Metasploit
1 | ====================================================================================== |
Minecraft——我的世界(Java)
1 | PC:下载HMCL起动器即可 |
自用Mod
- 【饱和度显示】appleskin
- 【反聊天监视】NoChatReports
- 【API-autoinfelytra依赖】YetAnotherConfigLib
- 【自动飞行导航】autoinfelytra
- 【Tweakroo辅助】tweakeroo-fabric-sakura.2
- 【API】malilib-fabric-sakura
- 【Complementary光影优化包】EuphoriaPatcher
- 【投影】litematica
- 【钠 · 扩展】sodium-extra
- 【钠】sodium
- 【实体描边显示】re-entity-outliner
- 【Xaero的世界地图】XaerosWorldMap
- 【Xaero的小地图】Xaeros_Minimap
- 【显示物品名称】Jade
- 【血条显示】mobhealthbar
- 【WI变焦】WI-Zoom
- 【一键背包整理Next】InventoryProfilesNext
- 【自动登出】auto-logout | Github
- 【自动钓鱼】xplus-autofish
- 【自由视角】freecam
- 【API】architectury
- 【API】cloth-config
- 【API】fabric-language-kotlin
- 【API】libIPN
- 【光影核心_虹膜】iris
- 【模组菜单】modmenu
- 【REI物品管理器】RoughlyEnoughItems
- 【自动寻路挖矿-不兼容farsight-baritone】 | 其他参考
- 【彗星meteor】meteor-client/baritone-meteor——推荐 | Github | Archive
- 【录像回放】replaymod
- 【物品栏HUD】inventoryhud
- 【API】cupboard
- 【文本超出屏幕修复】tooltipfix
- 【更多粒子效果_可视性】 visuality
- 【实体视距精细调整】entity-view-distance
- 【铟-渲染兼容】indium——Since Sodium 0.6.0, Indium is no longer required!
- 【遥远地平线】DistantHorizons | Repo
- 【实体渲染机制优化】entityculling
其他Mod
自用资源包
- 【Xray矿透】Xray_Ultimate
- 【红石电路显示】XKRD红显-XeKr redstone display | modrinth
- 【EOR】Optimum Realism
- 【rotr】rotrBLOCKS
其他资源包
自用光影
- Complementary Shaders - Unbound
- 遥远地平线兼容photon
- MakeUp-UltraFast
- iterationT 3.2.0 | 9minecraft - 非官方
- SEUS PTGI HRR GFME
Mongo DB
1 | ## 安装(bullseye为例) |
Nautilus
1 | 转载自:https://blog.michitsoft.com/2020/04/nautilus-gnome.html |
NCrack
1 | # 尝试破解RDP |
Nginx
1 | sudo apt install curl gnupg2 ca-certificates lsb-release |
Nginx读取非html扩展名的文件为网页
1 | location /jitsi-docs-zh-cn/handbook/docs/ { |
Nmap
1 | # nmap最小化隐形扫描: |
Nodejs(nvm)——Node Version Manager
1 | # installs nvm (Node Version Manager) |
Openvas——漏洞扫描
1 | apt-get install openvas |
Osdlyrics——Linux歌词
1 | 1.Gtk-Message: Failed to load module "canberra-gtk-module" |
Postgres
1 | 常用端口:5432\5433\5434 每更新一次可能产生一个cluster,每个cluster一个端口。 |
Pwgen——Linux随机密码生成
1 | # 生成10位随机密码 |
Realtek-rtl88xxau-dkms
1 | apt-get install realtek-rtl88xxau-dkms |
RPC Client
1 | # RPC探测: |
Scrot——命令行截图工具
1 | # ssh中如何截屏:https://askubuntu.com/questions/921355/giblib-error-cant-open-x-display-on-ubuntu-14-04 |
SMB Client
1 | # 查找网络共享: |
SNMP Walk
1 | # SNMP扫描: |
SPARTA
1 | # SPARTA 将nikto配置为端口操作: |
SQL Map
1 | sqlmap -u 'URL-referer+actions' --cookie='' |
1 | # SQL 注入简单示例: |
SSL Strip
1 | #sslstrip mitm: |
1 | 其他SSL工具: |
Supertuxkart
Linux开源赛车游戏
Tar
1 | # 举例: |
TightVNC
1 | 解决GNOME应用不显示在:2但显示在:0的问题: |
VNCxstart
示例:
1 |
|
其他参考:
1 | https://uuzdaisuki.com/2020/11/09/%E5%B8%B8%E8%A7%81web%E7%B3%BB%E7%BB%9F%E9%BB%98%E8%AE%A4%E5%8F%A3%E4%BB%A4%E6%80%BB%E7%BB%93/ |
VNC疑难杂症解决
GNOME不工作
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43试试?
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
或者
# https://askubuntu.com/questions/1285420/how-to-properly-configure-xstartup-file-for-tightvnc-with-ubuntu-20-04-lts-gnome
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
export XDG_CURRENT_DESKTOP="GNOME-Flashback:GNOME"
export XDG_MENU_PREFIX="gnome-flashback-"
gnome-session --session=gnome-flashback-metacity --disable-acceleration-check &
或者
# https://askubuntu.com/questions/694795/how-to-start-vnc-session-with-gnome-desktop
wm
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
gnome-terminal &
或者
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
vncconfig -iconic &
dbus-launch --exit-with-session gnome-session &
Top
1 | top的使用: |
Tor代理
1 | #Tor代理的使用: |
Traceroute
1 | traceroute 【IP address】 |
Twofi——从推特用户主页提取关键词
1 | twofi -m 6 -u @PacktPub > packtpub_wordlist.txt |
Veil-Evasion
1 | apt-get install veil-evasion |
WebSploit
1 | # websploit执行web扫描,识别phpmyadmin: |
Wget
1 | wget -m -p -E -k -K -np -v http://www.baidu.com |
Wodim——命令行光盘刻录
1 |
Xdotool
1 | Xdotool的使用 |
Xprobe
1 | # xprobe2使用不同数据包绕开防火墙: |
Yarn
1 | 推荐: |
非仓库来源软件
CUPP——用户密码分析
1 | https://github.com/Mebus/cupp.git |
Fluxion
1 | https://github.com/wi-fi-analyzer/fluxion |
Inception
1 | https://github.com/wertarbyte/forensic1394 |
Kon-Boot——登录密码绕过
1 | Kon-Boot——https://www.piotrbania.com/all/kon-boot/Inception |
Lantern——蓝灯
1 | https://github.com/getlantern/lantern.git |
MobSF——移动设备安全测试框架
1 | https://github.com/MobSF/Mobile-Security-Framework-MobSF |
Nvm——指定nodejs版本安装
1 |
|
Scrcpy——安卓手机投屏(已包含在debian sid仓库)
1 | git clone https://github.com/Genymobile/scrcpy |
S.E.T.
1 | wget https://github.com/trustedsec/social-engineer-toolkit/archive/7.4.5.tar.gz -O set_7.4.5.orig.tar.gz |
Sublime-text 3
安装后改中文
1
2
3
4Tool-Install Package Control
Preferences->Package Control
install Package
ChineseLocalizations配置Python开发环境
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21# 查询安装路径:
type -a python3
# Anaconda为必装插件
# 然后:build system:
# Windows:
{
"cmd": ["D:/Anaconda3/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
# Linux:
{
"cmd": ["/usr/bin/python3","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
/home/jessie/.config/sublime-text-3/Packages/User/python3.7.sublime-build
# 设置sublime显示空格:
"draw_white_space":"all",激活码——不保证能用
1
2
3
4
5
6
7
8
9
10
11
12# 未测试过的激活码
sgbteam
Single User License
EA7E-1153259
8891CBB9 F1513E4F 1A3405C1 A865D53F
115F202E 7B91AB2D 0D2A40ED 352B269B
76E84F0B CD69BFC7 59F2DFEF E267328F
215652A3 E88F9D8F 4C38E3BA 5B2DAAE4
969624E7 DC9CD4D5 717FB40C 1B9738CF
20B3C4F1 E917B5B3 87C38D9C ACCE7DD8
5F7EF854 86B9743C FADC04AA FB0DA5C0
F913BE58 42FEA319 F954EFDD AE881E0B
Testssl
1 | https://testssl.sh/testssl.sh |
W3AF
1 | https://github.com/andresriancho/w3af |
Zerotier
1 | Planet: |
If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !