Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starnightcyber/Miscellaneous
百宝箱
https://github.com/starnightcyber/Miscellaneous
awvs awvs12 awvs13 baseline burpsuite cobalt-strike cs4 cve-report firewall htop iftop nessus nload seay tools web-appscan wireshark-gm
Last synced: 21 days ago
JSON representation
百宝箱
- Host: GitHub
- URL: https://github.com/starnightcyber/Miscellaneous
- Owner: starnightcyber
- Created: 2017-12-08T16:24:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T07:36:36.000Z (5 months ago)
- Last Synced: 2024-08-05T17:42:53.527Z (4 months ago)
- Topics: awvs, awvs12, awvs13, baseline, burpsuite, cobalt-strike, cs4, cve-report, firewall, htop, iftop, nessus, nload, seay, tools, web-appscan, wireshark-gm
- Language: Shell
- Homepage:
- Size: 83.2 MB
- Stars: 456
- Watchers: 11
- Forks: 206
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - starnightcyber/Miscellaneous - 百宝箱 (Shell)
README
# Miscellaneous
Miscellaneous things## [小工具](https://github.com/starnightcyber/Miscellaneous/tree/master/tools)
| 名称 | 用途 |
| - | - |
| iftop & nload | [Linux流量监控工具iftop & nload](https://www.cnblogs.com/Hi-blog/p/linux-network-flow-iftop-and-nload.html) |
| htop | [Linux查看CPU和内存情况](https://www.cnblogs.com/Hi-blog/p/How-To-Check-CPU-And-Memory-On-CentOS7-Linux-System.html#autoid-0-3-1) |
| linux_sec_check | [Linux 应急响应检测脚本](https://github.com/starnightcyber/linux_sec_check) |## 基线检查
2020.5.22 ~ 操作系统基线检查脚本
目前在CentOS 7.6上进行测试,可以自主调整和更改:
[baseline_os.sh](https://github.com/starnightcyber/Miscellaneous/blob/master/%E5%9F%BA%E7%BA%BF%E6%A3%80%E6%9F%A5%26%E5%8A%A0%E5%9B%BA/baseline_os.sh)2020.5.13 ~ 基线检查&加固
* YDT 2700-2014 电信网和互联网安全防护基线配置要求及检测要求 数据库
* YDT 2701-2014 电信网和互联网安全防护基线配置要求及检测要求 操作系统
* YDT 2702-2014 电信网和互联网安全防护基线配置要求及检测要求 中间件
* YDT 2703-2014 电信网和互联网安全防护基线配置要求及检测要求 web应用系统## 搬砖工
2022.09.19 ~ Nessus 新版破解方法
nessus crack for docker
```
https://github.com/elliot-bia/nessus
```
2022.02.12 ~ Nessus API
封装 Nessus REST API 操作,便于集成到自身的扫描调度系统中。
```
https://github.com/starnightcyber/nessus_api
```
2021.08.13 ~ 密码字典
```
https://github.com/starnightcyber/general_dicthttps://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) 邮件伪造工具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/#/) : https://downloads.cisecurity.org/#/
2020.8.11 ~ 样例数据包
样例数据包下载站点:
PacketLife:https://packetlife.net/captures/
WireShark Sample Captures:https://wiki.wireshark.org/SampleCaptures2020.8.3 ~ 漏洞扫描 AWVS + Nessus (Docker版)
原链:[漏洞扫描 AWVS + Nessus (Docker版)](https://blog.lfoder.cn/2020/06/04/%E6%BC%8F%E6%B4%9E%E6%89%AB%E6%8F%8F-AWVS-Nessus-Docker%E7%89%88/)
```
# 拉取镜像
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/leishianquanAwvs13:
https://127.0.0.1:13443/
account:[email protected]/Admin123
```2020.7.20 ~ burpsuite_pro_v2020_7
burpsuite_pro_v2020_7,破解使用请参考原链:https://segmentfault.com/a/1190000022141253
下载:[Burp_Suite_Pro_v2020.2_Loader_Keygen.zip](https://github.com/starnightcyber/Miscellaneous/releases/download/burpsuite_pro_v2020_7/Burp_Suite_Pro_v2020.2_Loader_Keygen.zip)
2020.5.26 ~ Web漏扫软件 AppScan 10.0.0 破解版本下载
Web漏扫软件 AppScan 10.0.0 [破解版本下载](https://mega.nz/file/bZdDVSoS#K0xDXmExFO73Kp2wzexuLDNHSwlWOlJPqJFdmdIge-o)
安装破解步骤:
* 正常安装完成
* 用rcl_rational.dll替换安装目录下的对应文件;
* 在许可证管理中导入AppScanStandard.txt作为许可证;
具体步骤:帮助》许可证》切换到IBM许可证》打开AppScan License Manager 》点击许可证配置》添加选中许可证文件AppScanStandard.txt即可。
2020.4.23 ~ 防火墙账号信息
常用防火墙设备的默认账号信息:
[firewall-info](https://github.com/starnightcyber/Miscellaneous/tree/master/firewall-info)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资料:[破解的cs4.0、cs4.0官方手册翻译和一些笔记](https://github.com/Snowming04/CobaltStrike4.0_related)
2020.1.9 ~ Cobalt Strike 3.13 破解版
Release:
https://github.com/starnightcyber/Miscellaneous/releases/tag/Cobalt-Strike-3.13From:
https://download.csdn.net/download/ws13129/111007852019.12.23 ~ Seay源代码审计系统2.1
Release:
https://github.com/starnightcyber/Miscellaneous/releases/tag/seay2.1From:
https://github.com/f1tz/cnseay2019.12.19 ~ AWVS 10.5破解版
Release:
https://github.com/starnightcyber/Miscellaneous/releases/tag/awvs10.5From:
https://www.52pojie.cn/thread-377625-1-1.html参考:[AWVS 10.5使用指南](https://www.cnblogs.com/Hi-blog/p/AWVS-User-Guide.html)
2019.12.9 ~ Wireshark-win32-2.9.0-gm.3.exe
Release:
https://github.com/starnightcyber/Miscellaneous/releases/tag/Wireshark-win32-2.9.0
2019.10.21 ~ AWVS 12破解版
Release:
https://github.com/starnightcyber/Miscellaneous/releases/tag/AWVS12
参考:
[AWVS12破解版的安装使用](https://www.cnblogs.com/Hi-blog/p/AWVS12.html)