Skip to content

Commit

Permalink
更新日期 2019.10.20~27
Browse files Browse the repository at this point in the history
0. 调整文件分类,所有非笔记类文件移动至 assets

开发
    硬件
    1. 硬件知识.md
        ++ 随便记录一些,主要是从为知笔记转移来的内容

    字符编码
    1. 字符编码.md
        ++ 随便记录一些,主要是从为知笔记转移来的内容

运维
    linux
    1. Power-Linux.md
        ++ 管理工具-->BaoTa
        ++ 系统监控-->Loganalyzer
    2. 账号.md
        ++ 用户信息
    3. 文件.md
        ++ 文件权限
        ++ 文件夹结构和详细介绍
    4. 日志.md
        ++ 系统日志类型
        ++ 应用程序日志
        ++ 工具
    5. secure-linux.md
        ++ 账号
    6. Benchmark.md
        ++ 网络-->speedtest-cli
    7. Speed-Linux.md
        ~ net-->网络管理
        ++ 系统管理-->系统信息-->进程管理-->查询负载、进程监控

安全
1. 业务软件vul整合笔记.md
    ~ 调整分类排版
    ++ 数据库-->oracle-->odat
2. Power-Pentest.md
    ~ 内容结构调整,目前能独立的内容全部独立到单独文件
    - 信息收集-->信息收集笔记
    - Crypto-->Crypto笔记
    - 域渗透-->域渗透笔记
3. web 服务和中间件vul整合笔记.md
    ++ 各类论坛/CMS框架-->zcncms
    ++ 各类论坛/CMS框架-->phpMyAdmin
4. 权限维持与反侦察笔记.md
    ++ linux-->痕迹清理
    ++ 隐匿攻击
    ++ C2-RAT
5. 加固笔记.md
    ++ 操作系统-->Windows
6. Crypto笔记.md
    ++ 大量更新内容
7. 域渗透笔记.md
    ++ 隐匿攻击
8. web 服务和中间件vul整合笔记
    ++ 框架和中间件-->PHP

Misc-->Plan
~ markdown内容整合为markdown语法学习,editor.md项目的实例markdown写的真心不错,学习了很多
1. VM-Plan.md
    ++ 加入靶机方案


Former-commit-id: 0f1bbe6a69e819661358153d3d80218258efd801
  • Loading branch information
No-Github committed Oct 27, 2019
1 parent 0f479a3 commit 0ccc38f
Show file tree
Hide file tree
Showing 112 changed files with 3,591 additions and 4,652 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/1earn/安全/文件/测试字典.md
/1earn/安全/笔记/内部使用.md
/1earn/安全/笔记/安防设备绕过总结.md
/1earn/开发/GO/Jesus-GO.md
/1earn/开发/GO/方案
/1earn/开发/GO/模块-框架
/1earn/开发/GO/tools
/1earn/开发/Python/模块-框架
/1earn/开发/Web
/1earn/开发/PHP
/1earn/开发/Powershell
/1earn/5cience
/assets/Temp
139 changes: 0 additions & 139 deletions 1earn/Misc/Markdown/demo.md

This file was deleted.

112 changes: 95 additions & 17 deletions 1earn/Misc/Markdown/demo2.md → 1earn/Plan/Markdown语法学习.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,102 @@
### 主要特性
# Markdown 语法学习

- 支持“标准”Markdown / CommonMark和Github风格的语法,也可变身为代码编辑器;
- 支持实时预览、图片(跨域)上传、预格式文本/代码/表格插入、代码折叠、搜索替换、只读模式、自定义样式主题和多语言语法高亮等功能;
- 支持ToC(Table of Contents)、Emoji表情、Task lists、@链接等Markdown扩展语法;
- 支持TeX科学公式(基于KaTeX)、流程图 Flowchart 和 时序图 Sequence Diagram;
- 支持识别和解析HTML标签,并且支持自定义过滤标签解析,具有可靠的安全性和几乎无限的扩展性;
- 支持 AMD / CMD 模块化加载(支持 Require.js & Sea.js),并且支持自定义扩展插件;
- 兼容主流的浏览器(IE8+)和Zepto.js,且支持iPad等平板设备;
- 支持自定义主题样式;
---

# Editor.md
`注:本文档所有内容来自以下来源,非本人原创,特此声明`
- [Editor.md](https://github.com/pandao/editor.md/blob/master/examples/test.md)
- [https://guides.github.com/features/mastering-markdown](https://guides.github.com/features/mastering-markdown)
- [https://shd101wyy.github.io/markdown-preview-enhanced/#/zh-cn/](https://shd101wyy.github.io/markdown-preview-enhanced/#/zh-cn/)
- [Markdown 语法说明 (简体中文版)](https://www.appinn.com/markdown/)

![](https://pandao.github.io/editor.md/images/logos/editormd-logo-180x180.png)
---

![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg)
![image](https://user-images.githubusercontent.com/1908863/28227953-eb6eefa4-68a1-11e7-8769-96ea83facf3b.png)

列表
- Bulleted
- List
- **Markdown 代码块**
- **Python 代码块**
- **Ruby 代码块**
+ s
+ s
* a
* a

- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item


正如 Kanye West 所说:
> We're living the future so
> the present is our past.
>> s
>>> a
>>>> b
>>>>> f
我觉得你应该在这里使用`<addr>` 才对。

&copy;

<br/>
<h1>what the fuck</h1>
<h2>this is html</h2>

this is H1
===

this is H2
---

---

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column

*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.

H~2~O
30^th^
:smile:
:fa-car:

==marked==

### 下面是 Markdown 代码块
```markdown

标题
# 一级标题
## 二级标题
### 三级标题

1. Numbered
2. List

3. a
2. a

\*literal asterisks\*

加粗和斜体
**加粗**
*斜体*

代码块(去掉\)
\```
code
\```
```

---

**目录 (Table of Contents)**

Expand Down Expand Up @@ -349,8 +432,3 @@ Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
```

### End

# Source
- [pandao.github.io](https://pandao.github.io/)
46 changes: 26 additions & 20 deletions 1earn/Misc/Plan/Misc-Plan.md → 1earn/Plan/Misc-Plan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Misc-Plan

<p align="center">
<a href="https://www.pixiv.net/member_illust.php?mode=medium&illust_id=69281543"><img src="../../../assets/img/Misc/Misc-Plan.jpg" width="65%"></a>
<a href="https://www.pixiv.net/member_illust.php?mode=medium&illust_id=69281543"><img src="../../assets/img/Misc/Misc-Plan.jpg" width="65%"></a>
</p>

---
Expand Down Expand Up @@ -81,16 +81,11 @@ git config --global --unset https.proxy
**linux**
```bash
sudo mkdir -p /etc/docker
```
```vim
vim /etc/docker/daemon.json
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://<你自己的>.mirror.aliyuncs.com"]
"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
"registry-mirrors": ["https://<你的>.mirror.aliyuncs.com"]
}
```
```bash
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
```
Expand Down Expand Up @@ -153,27 +148,38 @@ npm config delete proxy # 取消代理
## 终端
**proxychains**
详细安装步骤请移步运维-->Linux-->[Power-Linux.md](../../运维/Linux/Power-Linux.md##proxychains)
详细安装步骤请移步运维-->Linux-->[Power-Linux.md](../运维/Linux/Power-Linux.md##proxychains)
- 使用方法:
在需要代理的命令前加上 proxychains4,如:
`proxychains4 wget http://xxx.com/xxx.zip`
## GoLand
> Setting-->Appearance & Behavior-->System Setting-->HTTP Proxy
## GO
**goproxy**
- https://goproxy.io/
---
*linux*
```bash
# Enable the go modules feature
export GO111MODULE=on
# Set the GOPROXY environment variable
export GOPROXY=https://goproxy.io
```
# 搜索引擎语法
- 包含关键字:`intitle:关键字`
- 包含多个关键字:`allintitle:关键字 关键字2`
- 搜索特定类型的文件:`关键字 filetype:扩展名` 例如`人类简史 filetype:pdf`
- 搜索特定网站的内容:`关键字 site:网址`
- 排除不想要的结果:`关键字 - 排查条件`,例如搜索 “运动相机”,但只想看 GoPro 品牌以外的产品`运动相机 -GoPro`
- 双引号的用处:例如:`"how to write a code"` 如果没有引号,搜索的大部分结果是以 `write code` 为关键字.包含引号后,会确保将完整的字符串做为期望的检索结果提交给搜索引擎.
*windows*
```PowerShell
# Enable the go modules feature
$env:GO111MODULE="on"
# Set the GOPROXY environment variable
$env:GOPROXY="https://goproxy.io"
```
**GoLand**
> Setting-->Appearance & Behavior-->System Setting-->HTTP Proxy
---
# vscode
`谁和我一起吹 vscode 我们就是永远的好朋友🤞`
**配置**
Expand Down
7 changes: 3 additions & 4 deletions 1earn/Misc/Plan/Team-Plan.md → 1earn/Plan/Team-Plan.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Team-Plan

`你要先分清楚你的团队是属于企业的还是自由的`

---
Expand All @@ -11,7 +12,7 @@

# 群聊
- 钉钉
- 好用,但建议公司内团队使用,非企业类型的团队建议使用下面的工具
- 好用,但只建议公司内团队使用,非企业类型的团队建议使用下面的工具
- 微信
- 不推荐,多端信息不同步且无法长期保存,文件保存时间短
- QQ
Expand All @@ -27,7 +28,7 @@

# 文件共享
- 坚果云
- 好用,快速,但就是怕有人误删,那就比较麻烦,免费版不够用,团队版价格适中
- 好用,快速,免费版流量不够用,团队版价格适中

---

Expand All @@ -42,5 +43,3 @@
- 石墨文档
- 腾讯文档
- Google 文档


Loading

0 comments on commit 0ccc38f

Please sign in to comment.