← 返回首页

关于js的一些知识总结

作者:W3dCrow
发布时间:2023-04-19 11:14:49
浏览:5445    评论:20

关于js的一些知识总结

2023-04-19 11:14:49 20 5445 1

1. 渗透测试资产收集

1.1 企业资产收集

https://www.t00ls.com/thread-68925-1-7.html

1.2 隐形资产收集-host碰撞

https://github.com/cckuailong/hostscan

https://xz.aliyun.com/t/9590

1.3 子域名搜集

https://github.com/shmilylty/OneForAll

1.4 js中的信息收集

jsfinder

js文件中提取URL,子域名的工具:

https://github.com/Threezh1/JSFinder

SecretFinder

A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files

FindSomething

基于chrome、firefox插件的被动式信息泄漏检测工具

https://github.com/momosecurity/FindSomething

scanannotation

扫描当前资源注释

Chrome extension

用于发现源码文件(*.map)

https://github.com/SunHuawei/SourceDetector

HaE

HaE是基于 BurpSuite Java插件API 开发的请求高亮标记与信息提取的辅助型框架式插件,该插件可以通过自定义正则的方式匹配响应报文或请求报文,并对满足正则匹配的报文进行信息高亮与提取。

https://github.com/gh0stkey/HaE

Packer-Fuzzer

Packer Fuzzer is a fast and efficient scanner for security detection of websites constructed by javascript module bundler such as Webpack.

https://github.com/rtcatc/Packer-Fuzzer

URLFinder

类似JSFinder的golang实现,一款用于快速提取检测页面中JS与URL的工具,更快更全更舒服

https://github.com/pingc0y/URLFinder

2. 渗透手法

2.1 js加密或签名逆向

burpcrypto插件

jsEncrypter插件

https://github.com/c0ny1/jsEncrypter

selenium爬虫

请各位师傅评论补充,用过的比较好的工具

类别 安全研究

关于作者

W3dCrow5篇文章9篇回复