Miscellaneous things
名称 | 用途 |
---|---|
iftop & nload | Linux流量监控工具iftop & nload |
htop | Linux查看CPU和内存情况 |
2020.5.22 ~ 操作系统基线检查脚本
目前在CentOS 7.6上进行测试,可以自主调整和更改:2020.5.13 ~ 基线检查&加固
- YDT 2700-2014 电信网和互联网安全防护基线配置要求及检测要求 数据库
- YDT 2701-2014 电信网和互联网安全防护基线配置要求及检测要求 操作系统
- YDT 2702-2014 电信网和互联网安全防护基线配置要求及检测要求 中间件
- YDT 2703-2014 电信网和互联网安全防护基线配置要求及检测要求 web应用系统
2021.08.13 ~ 密码字典
https://github.com/starnightcyber/general_dict
https://github.com/insightglacier/Dictionary-Of-Pentesting
https://github.com/Stardustsky/SaiDict
https://github.com/rootphantomer/Blasting_dictionary
https://github.com/huyuanzhi2/password_brute_dictionary
2020.12.16 ~ SimpleEmailSpoofer
SimpleEmailSpoofer 邮件伪造工具https://github.com/lunarca/SimpleEmailSpoofer
使用方法:
pip install -r requirements.txt
./SimpleEmailSpoofer.py -e [Path to Email file] -t [To address] -f [From address] -n [From name] -j [Email subject]
2020.12.8 ~ CIS Benchmarks
CIS Benchmarks基线文档定义了操作系统、服务器软件、云供应商、移动设备、网络设备、桌面软件等的基础要求.CIS Benchmark Download : https://downloads.cisecurity.org/#/
2020.8.11 ~ 样例数据包
样例数据包下载站点:PacketLife:https://packetlife.net/captures/
WireShark Sample Captures:https://wiki.wireshark.org/SampleCaptures
2020.8.3 ~ 漏洞扫描 AWVS + Nessus (Docker版)
原链:漏洞扫描 AWVS + Nessus (Docker版)
# 拉取镜像
docker pull leishianquan/awvs-nessus:v1
# 启动
docker run -it -d -p 13443:3443 -p 8834:8834 leishianquan/awvs-nessus:v1
# 查看容器
docker ps –a
# 启动容器
docker start container-id
# 进入容器
docker exec –it container-id /bin/bash
# 进入容器后,启动nessus
/etc/init.d/nessusd start
# 访问扫描器地址和账号密码
Nessus:
https://127.0.0.1:8834/#/
account:leishi/leishianquan
Awvs13:
https://127.0.0.1:13443/
account:admin@admin.com/Admin123
2020.7.20 ~ burpsuite_pro_v2020_7
burpsuite_pro_v2020_7,破解使用请参考原链:https://segmentfault.com/a/1190000022141253
2020.5.26 ~ Web漏扫软件 AppScan 10.0.0 破解版本下载
Web漏扫软件 AppScan 10.0.0 破解版本下载
安装破解步骤:
-
正常安装完成
-
用rcl_rational.dll替换安装目录下的对应文件;
-
在许可证管理中导入AppScanStandard.txt作为许可证;
具体步骤:帮助》许可证》切换到IBM许可证》打开AppScan License Manager 》点击许可证配置》添加选中许可证文件AppScanStandard.txt即可。
2020.4.23 ~ 防火墙账号信息
常用防火墙设备的默认账号信息:2020.4.12 ~ AWVS13破解版
Awvs13破解版 Acunetix Web Vulnerability Scanner 13 cracked
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/awvs13
From: https://www.ddosi.com/b238/
破解方式:
wvsc.exe覆盖到“C:\Program Files (x86)\Acunetix\13.0.200205121\
license_info.json覆盖到“C:\ProgramData\Acunetix\shared\license”
2020.3.24 ~ cobaltstrike4.0 原版&破解版
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/cobaltstrike4.0From: https://www.cnblogs.com/ssooking/p/12535998.html?from=timeline
2020.1.9 ~ Cobalt Strike 3.13 破解版
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/Cobalt-Strike-3.132019.12.23 ~ Seay源代码审计系统2.1
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/seay2.12019.12.19 ~ AWVS 10.5破解版
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/awvs10.52019.12.9 ~ Wireshark-win32-2.9.0-gm.3.exe
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/Wireshark-win32-2.9.02019.10.21 ~ AWVS 12破解版
Release: https://github.com/starnightcyber/Miscellaneous/releases/tag/AWVS12参考: AWVS12破解版的安装使用