Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.24 KB

Bug-Bounty-tips.md

File metadata and controls

51 lines (34 loc) · 1.24 KB

子域名

根据一些子域名进行http(s)请求,看哪些是在线的: https://github.com/tomnomnom/httprobe

  • shodan.io
  • Ports: 8443, 8080, 8180, etc
  • Title: “Dashboard [Jenkins]”
  • Product:Tomcat
  • Hostname: somecorp.com
  • Org: evilcorp
  • ssl: Google

工具

自动化信息搜集工具(只需要给一个域名) https://github.com/nahamsec/LazyRecon 自动根据js找出里面的AJAX请求,寻找隐藏的API https://github.com/nahamsec/JSParser

WEB截屏

用于 webscreenshot.py

Google Dork

site.com +inurl:dev -cdn

参考

实例

steam wallet支付漏洞

原理:利用字符串被拼接后进行hash的方式,拼接不同的key/value对,拼接出相同的hash值,从而实现任意数额支付。