Home

RESTful API

RESTful API Reference REST APIs RESTful Web Services - Introduction What is REST

Read more

OAuth 2.0

OAuth 2.0 用户通过服务器授于第三方服务访问用户自己数据的权限. Reference OAuth 2.0 的一个简单解释 OAuth 2.0 的四种方式

Read more

Shodan

Shodan Shodan搜索设备 * webcam * port:22 * net:61.135.169.121 * city:wuhan Command Line Interface * shodan host <ip> * shodan info * shodan myip * shodan honeyscore Python-shodan Reference Shodan Shodan Help Center python-shodan shodan-api

Read more

Git 信息泄漏

Git 信息泄漏 原理 1. 解析.git/index文件, 找到工程中所有的: (文件名, 文件sha1) 2. 去.git/objects/文件夹下下载对应的文件 3. zlib解压文件, 按原始的目录结构写入源代码 Reference lijiejie/GitHack

Read more

CDN 介绍

CDN 介绍 CDN的全称是Content Delivery Network,即内容分发网络。CDN是构建在现有网络基础之 上的智能虚拟网络,依靠部署在各地的边缘服务器,通过中心平台的负载均衡、内容分发、 调度等功能模块,使用户就近获取所需内容,降低网络拥塞,提高用户访问响应速度和命 中率。CDN的关键技术主要有内容存储和分发技术。 不同地区PING 网络 http://ping.chinaz.com/ https://viewdns.info/ ### Reference

Read more

Linux Net Tools

Linux Net Tools 测试网络连通性 telnet 127.0.0.1 8080 ssh -v 127.0.0.1 8080 echo > /dev/tcp/127.0.0.1/8080 netstat -anp | grep :27017 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr sudo iftop -i ens192 sar -n DEV 5 sar -d 5 yum install -y epel-release yum install -y iftop yum install -y sysstat yum install -y iperf3 测试步骤 在机器...

Read more

收集信息

收集信息 Google Hacking Github 信息泄漏 1. site:Github.com smtp 2. site:Github.com smtp @qq.com 3. site:Github.com sa password 4. site:Github.com root password 5. site:Github.com User ID=' sa' ;Password Reference Refine web searches Google Search Operators: The Complete List (42 Advanced Operators) 百度搜索技巧 Google Hacking Database

Read more