|
|
|
# -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/
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
#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 #验证安装
|
|
|
|
|
|
|
|
|