You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.0 KiB

2 months ago
# -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install openai
pip install mysql-connector-python
pip install pymysql
apt install sublist3r
apt install gobuster
apt install jq
#smuggler
git clone https://github.com/defparam/smuggler.git
pip install beautifulsoup4
pip install cryptography
pip install loguru -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install paramiko -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install impacket -i https://pypi.tuna.tsinghua.edu.cn/simple/
2 months ago
sudo apt-get install libpq-dev python3-dev
pip install psycopg2 -i https://pypi.tuna.tsinghua.edu.cn/simple/
cd /usr/share/wordlists/
gzip -d rockyou.txt.gz
1 week ago
pip install dirsearch -i https://pypi.tuna.tsinghua.edu.cn/simple/
apt install sshpass
#----gittools----
# 克隆 GitTools 仓库
git clone https://github.com/internetwache/GitTools.git
# 进入工具目录
cd GitTools/Dumper/
# 赋予脚本执行权限
chmod +x gitdumper.sh
# 将工具链接到系统路径(可选,方便全局调用)
sudo ln -s $(pwd)/gitdumper.sh /usr/local/bin/gitdumper
#searchsploit -u 更新漏洞信息
#-----------------web相关-------------------
pip install quart -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install hypercorn -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install uvicorn[standard] -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install quart-session -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install quart-cors -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install pymemcache -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install quart-sqlalchemy -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
#redis--session使用redis缓存--kali
pip install redis aioredis -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install quart-session -i https://pypi.tuna.tsinghua.edu.cn/simple
systemctl start redis-server
systemctl enable redis-server
---arial.ttf字体---
sudo apt-get install ttf-mscorefonts-installer
sudo fc-cache -fv #更新字体缓存
fc-match Arial #验证安装
1 week ago
----python2------