Skip to content

Commit

Permalink
日期 4.10~4.21
Browse files Browse the repository at this point in the history
修改 markdown 语法中的一些格式以适配 gitbook 的渲染,比如图片备注和链接的区分大小写

安全
    部分笔记加上工具logo

    RedTeam 笔记
    0. 软件漏洞记录和服务漏洞记录还是合并在一起,因为感觉分类确实比较复杂

    BlueTeam 笔记
    1. 应急笔记
    ++ 添加 Passive DNS 的相关资源

    实验
    ++ PumpkinGarden-WalkThrough
    ++ PumpkinRaising-WalkThrough
    ++ PumpkinFestival-WalkThrough
  • Loading branch information
No-Github committed Apr 21, 2020
1 parent f6a02d5 commit d7827ff
Show file tree
Hide file tree
Showing 238 changed files with 3,502 additions and 1,740 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/1earn/开发/C#
/1earn/运维/数据库
/1earn/安全/笔记/Reverse
/1earn/安全/笔记/CTF笔记.md
/1earn/安全/实验/Misc/sqli-labs-WalkThrough.md
/1earn/安全/实验/VulnHub/Mission-Pumpkin
/1earn/Plan/Markdown-Plan.md
/assets/Temp
/assets/Temp2
Expand All @@ -18,4 +18,3 @@
/assets/img/开发/Ruby
/assets/img/开发/Rust
/assets/img/运维/数据库
/assets/img/安全
22 changes: 22 additions & 0 deletions 1earn/Plan/Misc-Plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,28 @@ cscript ospp.vbs /act
CSCRIPT OSPP.VBS /DSTATUS
```

**愉快使用网易云音乐**

- centos环境

```bash
yum install epel-release
yum install nodejs npm
git clone https://github.com/nondanee/UnblockNeteaseMusic.git
cd UnblockNeteaseMusic
npm install forever -g
npm install
forever start app.js -p 18080 # 启动
firewall-cmd --permanent --zone=public --add-port=18080/tcp
firewall-cmd --reload
```

客户端配置 http 代理 IP:18080

```bash
forever stop app.js # 关闭
```

# DNS

**快速刷新 DNS 缓存**
Expand Down
21 changes: 12 additions & 9 deletions 1earn/Plan/VM-Plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- 版本: Win7

### VMware 常见问题

**关闭虚拟内存**

使用 VMWare 虚拟机,虚拟机启动后,会在虚拟机目录下建立一个与虚拟内存大小相同的 .vmem 文件,这个文件主要是将虚拟机内存的内容映射到磁盘,以支持在虚拟机的暂停等功能
Expand Down Expand Up @@ -79,12 +80,13 @@ yum install open-vm-tools-devel -y
- lrzsz
- wget
- unzip
- [JDK环境](../运维/Linux/Power-Linux.md#JDK)
- [JDK环境](../运维/Linux/Power-Linux.md#jdk)
- [docker](../运维/Linux/Power-Linux.md#docker)
- [docker-Compose](../运维/Linux/Power-Linux.md#Docker-Compose)
- [Python](../运维/Linux/Power-Linux.md#Python3)
- [docker-Compose](../运维/Linux/Power-Linux.md#docker-compose)
- [Python](../运维/Linux/Power-Linux.md#python3)
- [proxychains-ng](../运维/Linux/Power-Linux.md#proxychains-ng)
- [bash-insulter](../运维/Linux/Speed-Linux.md#常用软件)
- [npm&Node](../运维/Linux/Power-Linux.md#npmnode)

**桌面需求**
- 设定屏幕超时时间永不超时
Expand All @@ -109,17 +111,17 @@ yum install open-vm-tools-devel -y
**安装软件**
- [docker](../运维/Linux/Power-Linux.md#docker)
- [docker-Compose](../运维/Linux/Power-Linux.md#Docker-Compose)
- [pip & pip3](../安全/工具/kali笔记.md#pip)
- [proxychains-ng](../安全/工具/kali笔记.md#proxychains-ng)
- [pip & pip3](../安全/工具/kali.md#pip)
- [proxychains-ng](../安全/工具/kali.md#proxychains-ng)
- [SSH](../运维/Linux/Power-Linux.md#SSH)
- [bash-insulter](../运维/Linux/Speed-Linux.md#常用软件)
- [Nessus](../安全/工具/kali笔记.md#Nessus) - 漏扫
- [Nessus](../安全/工具/kali.md#Nessus) - 漏扫
- [shmilylty/OneForAll](https://github.com/shmilylty/OneForAll) - 子域名爆破工具
- [greycatz/CloudUnflare](https://github.com/greycatz/CloudUnflare) - 用于绕过Cloudflare侦查真实IP地址
- [gnebbia/halive](https://github.com/gnebbia/halive) - 快速对 URL 探活
- [JDK](../运维/Linux/Power-Linux.md#JDK) - 用于运行 burp
- [burp](../安全/工具/burp笔记.md#安装) - 抓包改包工具
- [ncat](../安全/工具/kali笔记.md#ncat)
- [BurpSuite](../安全/工具/burpsuite.md#安装) - 抓包改包工具
- [ncat](../安全/工具/kali.md#ncat)
- lrzsz - 方便传文件
- owasp-mantra-ff - 集成浏览器
- parallel - 多线程工具
Expand All @@ -137,7 +139,7 @@ yum install open-vm-tools-devel -y
- disk:100G

**更多 Kali 配置记录**
- [Kali笔记](../安全/工具/Kali笔记.md)
- [Kali](../安全/工具/kali.md)

---

Expand All @@ -154,6 +156,7 @@ yum install open-vm-tools-devel -y

## Windows
### 渗透/日常使用

**安装软件**
```bash
Dism+
Expand Down
Loading

0 comments on commit d7827ff

Please sign in to comment.