1019.安全技能树

线上版本:

http://evilcos.me/security_skill_tree_basic/index.html

安全技能树简版

HTTP

 Burp Suite

  https://portswigger.net/burp/

  很多时候,免费版本已经满足需求

 Fiddler

  http://www.telerik.com/fiddler

 Firefox

  Firebug

  NoScript

 Chrome

  F12

 WhatWeb

  https://github.com/urbanadventurer/whatweb

 w3af

  https://github.com/andresriancho/w3af

 sqlmap

  https://github.com/sqlmapproject/sqlmap

 XSS'OR

  http://xssor.io/

各种协议

 端口扫描

  Nmap

   https://nmap.org/

   https://highon.coffee/blog/nmap-cheat-sheet/

  Zmap

   https://www.zmap.io/

  masscan

   https://github.com/robertdavidgraham/masscan

   https://github.com/offensive-security/masscan-web-ui

 Hydra

  https://www.thc.org/thc-hydra/

 Metasploit

  https://www.metasploit.com/

  https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers

 流量

参见: 流量

  Wireshark

   https://www.wireshark.org/

  TShark

   https://www.wireshark.org/docs/man-pages/tshark.html

  Tcpdump

   http://www.tcpdump.org/

  Snort

   https://www.snort.org/

  Bro

   https://www.bro.org/

  Moloch

   http://molo.ch/

  Suricata

   https://suricata-ids.org/

漏洞测试

 漏洞环境

  Metasploitable3

   https://github.com/rapid7/metasploitable3

  WebGoat

   https://github.com/WebGoat/WebGoat

  DVWA

   https://github.com/ethicalhack3r/DVWA

  XVWA

   https://github.com/s4n7h0/xvwa

 网络空间搜索引擎

  Google

  ZoomEye

   https://www.zoomeye.org/

  Shodan

   https://www.shodan.io/

  Censys

   https://censys.io/

 漏洞库

  Exploit-DB

   https://www.exploit-db.com/

   https://www.exploit-db.com/searchsploit/

  Seebug

   https://www.seebug.org/

  0day.today

   http://0day.today/

渗透测试

 洛马七步杀

参见: 假设自己正被“洛马七步杀”

  http://www.lockheedmartin.com/us/what-we-do/aerospace-defense/cyber/cyber-kill-chain.html

 Penetration Testing Tools Cheat Sheet

  https://highon.coffee/blog/penetration-testing-tools-cheat-sheet/

 端口转发

  最基础的SSH隧道

   https://www.ibm.com/developerworks/cn/linux/l-cn-sshforward/index.html

  iptables -t nat

   https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Security_Guide/s1-firewall-ipt-fwd.html

  rtcp.py

   https://github.com/knownsec/rtcp

  姿势大全

   https://artkond.com/2017/03/23/pivoting-guide/

 Reverse Shell Cheat Sheet

  http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet

 部分框架

  Kali Linux

   http://tools.kali.org/tools-listing

  Pentest Box

   https://pentestbox.org/

  Maltego

   https://www.paterva.com/web7/

  The Social-Engineer Toolkit (SET)

   https://github.com/trustedsec/social-engineer-toolkit

  Cobalt Strike

   https://www.cobaltstrike.com/

  Nmap

  Metasploit

  BeEF

   http://beefproject.com/

  mitmproxy

   https://mitmproxy.org/

防御

 暴力美学

  不需要必须放线上的服务都下线

  默认关闭所有端口,只开需要的

  服务器登录只允许公私钥形式

  干掉一切明文传输

  使用口碑好的第三方服务及组件

  备份备份再备份

  假设自己正被“洛马七步杀”

参见: 洛马七步杀

 部分工具

  流量

参见: 流量

  Security Onion

   https://securityonion.net/

  OSSEC

   https://ossec.github.io/

  Splunk

   https://www.splunk.com/

  ELK

  Lynis

   https://cisofy.com/lynis/

  iptables/防火墙

  JWT

   https://jwt.io/

 资料

  程序员与黑客系列

   http://www.infoq.com/cn/presentations/programmers-and-hackers

   http://www.infoq.com/cn/presentations/programmers-and-hackers-part02

  实用性开发人员安全须知

   https://github.com/FallibleInc/security-guide-for-developers

  SaaS型初创企业安全101

   https://github.com/forter/security-101-for-saas-startups

从脚本到大并发

 JavaScript

  jQuery

  Bootstrap

   前端框架,不仅JavaScript

  Node.js

   https://nodejs.org/

  npm

   https://www.npmjs.com/

 Python

  PEP 8编程习惯

   https://www.python.org/dev/peps/pep-0008/

  urllib2

  socket

  requests

  框架

   Scrapy

    爬虫框架

   Django

    Web开发框架

  并发

   thread/threading

   multiprocessing

   gevent

  pip

   https://pypi.python.org/pypi

 Go

  https://tour.go-zh.org/list

数据相关

 bsddb

 SQLite

 MySQL

 MongoDB

 Cassandra

 ELK

  Elasticsearch

  Logstash

  Kibana

 Neo4j

 Redis

 Memcached

 Hadoop

 JSON

 XML

 cPickle

 protobuf

正则表达式

 调试工具

  Kodos

  RegexBuddy

  https://regexper.com/

 正则表达式30分钟入门教程

  https://deerchao.net/tutorials/regex/regex.htm

 Python

  http://wiki.ubuntu.org.cn/Python正则表达式操作指南

高效习惯

 VIM

  简明 VIM 练级攻略

   http://coolshell.cn/articles/5426.html

 Markdown

 Git

  https://try.github.io/

 FreeMind/XMind

 yEd

 Evernote

 Windows

  Putty

   https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

  WinSCP

  SysinternalsSuite

 Mac

  iTerm2

   http://www.iterm2.com/

  Homebrew

   https://brew.sh/

 Linux

  Bash

   https://github.com/jlevy/the-art-of-command-line

   https://github.com/Idnan/bash-guide

  tmux/screen/grep/zgrep/awk/sed/cut/find/du/df/dd/ls/cat/cd/pwd/id/free/ps/netstat/vmstat/top/crontab/tree/tail/head/vi/ifconfig/lsof/dig/mount/strings/uname/echo/history/tar/unzip/gzip/zip/diff/md5sum/file/base64/rm/mv/gcc/kill/chown/chmod/last/whoami/strace/ltrace/iptables/nohup/nc/scp/ssh/telnet

 隔离

  VMware

  VirtualBox

  Parallels Desktop

  Docker

 翻墙

  https://github.com/shadowsocks

  proxychains

 暗网

  https://alphabaymarket.com/

 硬件

  iPhone+iPad+Mac

  ThinkPad

 云服务

  VPS

   AWS

   Linode

   Vultr

   DigitalOcean

  Dropbox

  OneDrive

  Google Docs

  Email

   Gmail

   Outlook

   ProtonMail

 安全

  GPG

   https://gnupg.org/download/index.html

  TrueCrypt

 情报跟进

  Inoreader

  Twitter

说明

 V1 By @余弦 201709

  联系我:evilcos@gmail.com

  更新动态关注微信公众号:懒人在思考

 工欲善其事必先利其器

  世界之大总有一款利器适合你

  https://github.com/Hack-with-Github/Awesome-Hacking

 特别说明

  这份技能树最适合走向安全工程化之路的人

  这份技能树以利器为主要出发点进行梳理

转载于:https://www.cnblogs.com/yh-ma/p/10280603.html

关于知道创宇 知行合一 | 守正出奇 知道创宇是一家黑客文化浓厚的安全公司,愿景是让互联网更好更安全 本技能表为知道创宇研发工程师的技能树集合,是的,很庞大 聪明的人,会根据每个tip自驱动扩展 不聪明的人,坐等别人手把手,不仅不适合知道创宇,也不适合任何有极客精神的公司 attach 附件标志是我们推荐的附加资源,感谢资源提供者 知道创宇研发技能表v3.1离线版打包下载 User Link 通用技能 公司与个人 公司是盈利性组织 个人和公司必须双赢 在认同公司理念且能够给公司创造足够价值的基础上,为个人发展而工作 idea WHO AM I 黑客是守正出奇且具备创造力的群体 守正出奇 这条正道/底线得坚守 但如果太过正就迂腐了,为了搞定任务有时得出奇招 创造力 一个没有创造力的人是多么的可怜,对于团队来说也是一种耻辱 本技能表的本质目的只有一个:引导你拥有足够的创造力 黑客也可以是一种思维方式 我们需要对得起名片上的那个头衔:工程师、研究员 牛人姿态 即使现在不是牛人,也得具备这样的姿态 没有一定扎实内功与远见的人很少有这样的姿态 拥有不将就的做事风格,迟早是牛人 如何做事 idea 方法论 完成一件事有好几条途径,优秀的人的途径最短 任务拆分很容易得出做事的方法论 好的「方法论」会让你具备更强的「创造力」! idea 时刻问自己:「是否具备创造力?」 idea 任务拆分。 等等等
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值