利用 notepad++ 初步净化 HaE Linkfinder 规则所提取的内容(仅留下接口行)

news/2024/10/4 0:15:17 标签: 网络安全

去掉接口的带参部分

\?.*

去掉文件行

.*\.(docx|doc|xlsx|xls|txt|xml|html|pdf|ppt|pptx|odt|ods|odp|rtf|md|epub|css|scss|less|sass|styl|png|jpg|jpeg|gif|svg|ico|bmp|tiff|webp|heic|dds|raw|vue|js|ts|mp4|avi|mov|wmv|mkv|flv|webm|mp3|wav|aac|flac|ogg|m4a).*(\r\n)?

去掉域名行

(^\/\/|https:\/\/|http:\/\/|wss:).*(\r\n)?

去掉日期行

([0-9]+)?(\/[0-9]{1,4}(?!\w))+(\r\n)?

去掉带"/"的非接口行

文本类型

(text\/plain)|(text\/html)|(text\/xml)|(text\/css)|(text\/javascript)|(text\/typescript)|(text\/scss)|(text\/x-scss)|(text\/x-jshtm)|(text\/csv)|(text\/ng-template)(\r\n)?

图片类型

(image\/png)|(image\/jpg)|(image\/jpeg)|(image\/webp)|(image\/gif)|(image\/bmp)|(image\/tiff)|(image\/svg)|(image\/svg\+xml)|(image\/avif)|(image\/x-.*)(\r\n)?

应用类型

(application\/ntko-plug)|(application\/json)|(application\/xml)|(application\/x-www-form-urlencoded)|(application\/pdf)|(application\/graphql)|(application\/x-print-lodop)|(application\/octet-stream)|(application\/x-xlsx)|(application\/x-yaml)|(application\/javascript)|(application\/x-msdownload)|(application\/unknown)|(multipart\/form-data)|(application\/zip)|(application\/ofd)(\r\n)?

音频类型

(audio\/x-wav)|(audio\/ogg)|(audio\/mp3)|(audio\/flac)|(audio\/aac)(\r\n)?

视频类型

(video\/mp4)|(video\/webm)|(video\/ogg)|(video\/x-ms-wmv)|(video\/x-flv)|(video\/x-matroska)(\r\n)?

日期格式

(YYYY\/M\/D)|(M\/D\/YYYY)|(MM\/DD\/YYYY)|(YYYY\/MM\/DD)|(MM\/D\/YYYY)|(D\/M\/YYYY)|(DD\/M\/YYYY)|(DD\/MM\/YYYY)|(YYYY-MM-DD)|(M\/D\/yy)(\r\n)?

modules相关

(modules\/counter)|(modules\/toolbar)|(modules\/table)|(modules\/syntax)|(modules\/uploader)|(modules\/history)|(modules\/clipboard)|(modules\/image)|(modules\/video)|(modules\/formula)|(modules\/link)|(modules\/text-align)|(modules\/color)|(modules\/keyboard)|(modules\/scrollbar)|(modules\/resize)|(modules\/selection)|(modules\/drag-drop)|(modules\/content)|(modules\/theme)|(modules\/custom)|(modules\/api)|(modules\/localization)|(modules\/placeholder)(\r\n)?

themes相关

(themes\/snow)|(themes\/bubble)|(themes\/dark)|(themes\/light)|(themes\/custom)|(themes\/modern)|(themes\/retro)|(themes\/minimal)|(themes\/classic)|(themes\/flat)|(themes\/material)|(themes\/bootstrap)|(themes\/semantic)|(themes\/elegant)|(themes\/gradient)|(themes\/customizable)|(themes\/responsive)|(themes\/colorful)|(themes\/animated)|(themes\/flat-ui)|(themes\/simple)(\r\n)?

ui相关

(ui\/tooltip)|(ui\/icon-picker)|(ui\/picker)|(ui\/color-picker)|(ui\/icons)|(ui\/dropdown)|(ui\/modal)|(ui\/button)|(ui\/input)|(ui\/textarea)|(ui\/slider)|(ui\/checkbox)|(ui\/radio)|(ui\/table)|(ui\/pagination)|(ui\/tabs)|(ui\/accordion)|(ui\/alert)|(ui\/toast)|(ui\/dialog)|(ui\/progress)|(ui\/badge)|(ui\/carousel)|(ui\/menu)|(ui\/tree)|(ui\/badge)|(ui\/spinner)|(ui\/overlay)|(ui\/loader)|(ui\/notification)(\r\n)?

formats相关

(formats\/video)|(formats\/script)|(formats\/image)|(formats\/strike)|(formats\/bold)|(formats\/direction)|(formats\/italic)|(formats\/blockquote)|(formats\/background)|(formats\/code)|(formats\/list)|(formats\/font)|(formats\/color)|(formats\/header)|(formats\/code-block)|(formats\/indent)|(formats\/align)|(formats\/formula)|(formats\/size)|(formats\/link)|(formats\/underline)|(formats\/font-size)|(formats\/font-family)|(formats\/text-align)|(formats\/text-indent)|(formats\/line-height)|(formats\/text-shadow)|(formats\/letter-spacing)|(formats\/word-spacing)|(formats\/text-transform)|(formats\/white-space)|(formats\/overflow)|(formats\/border)|(formats\/margin)|(formats\/padding)|(formats\/opacity)(\r\n)?

blots相关

(blots\/embed)|(blots\/block)|(blots\/container)|(blots\/cursor)|(blots\/break)|(blots\/text)|(blots\/inline)|(blots\/image)|(blots\/video)|(blots\/header)|(blots\/list)|(blots\/formula)|(blots\/blockquote)|(blots\/code)|(blots\/link)|(blots\/table)|(blots\/custom)|(blots\/clean)|(blots\/divider)|(blots\/icon)|(blots\/horizontal-rule)(\r\n)?

attributors相关

(attributors\/class\/color)|(attributors\/class\/align)|(attributors\/class\/size)|(attributors\/class\/background)|(attributors\/class\/direction)|(attributors\/class\/font)|(attributors\/style\/direction)|(attributors\/style\/size)|(attributors\/style\/color)|(attributors\/style\/font)|(attributors\/style\/align)|(attributors\/style\/background)|(attributors\/attribute\/direction)|(attributors\/attribute\/font)|(attributors\/attribute\/color)|(attributors\/attribute\/size)|(attributors\/attribute\/background)|(attributors\/attribute\/align)|(attributors\/attribute\/border)|(attributors\/attribute\/margin)|(attributors\/attribute\/padding)|(attributors\/attribute\/text-decoration)|(attributors\/attribute\/opacity)|(attributors\/attribute\/visibility)(\r\n)?

core相关

(core\/theme)|(core\/module)|(core\/editor)|(core\/clipboard)|(core\/selection)|(core\/formats)|(core\/quill)|(core\/logger)|(core\/delta)|(core\/events)|(core\/ui)|(core\/register)|(core\/import)|(core\/export)|(core\/interactions)(\r\n)?

x相关

(x\/component)|(x\/widget)|(x\/plugin)|(x\/service)|(x\/module)|(x\/view)|(x\/layout)|(x\/pattern)|(x\/library)|(x\/theme)|(x\/adapter)|(x\/factory)|(x\/utility)|(x\/handler)|(x\/action)|(x\/controller)|(x\/middleware)|(x\/route)|(x\/store)|(x\/provider)(\r\n)?

templates相关

(templates\/basic)|(templates\/advanced)|(templates\/responsive)|(templates\/grid)|(templates\/form)|(templates\/dashboard)|(templates\/article)|(templates\/gallery)|(templates\/portfolio)|(templates\/blog)|(templates\/e-commerce)|(templates\/landing)|(templates\/email)|(templates\/resume)|(templates\/invoice)|(templates\/custom)|(templates\/wizard)|(templates\/popup)|(templates\/carousel)|(templates\/tabs)|(templates\/stepper)|(templates\/profile)|(templates\/settings)(\r\n)?

去掉所有行末尾的"/"

\/\r\n

去掉空行

(?<!\S)\r\n

http://www.niftyadmin.cn/n/5689165.html

相关文章

Python 课程23-LibROSA

前言 LibROSA 是一个用于音频分析的 Python 库&#xff0c;特别擅长音乐信号处理和音频特征提取。它提供了广泛的工具来处理音频文件&#xff0c;包括加载、变换、特征提取、可视化等功能。LibROSA 在音乐信息检索&#xff08;MIR&#xff09;、机器学习中的音频预处理和音频信…

CentOS常用命令收集

系统相关 重置root密码 1. 通过GRUB菜单重置 重启系统进入GRUB菜单&#xff0c;按e键编辑启动参数。找到以linux16开头的行&#xff0c;更改ro为 rw init/sysroot/bin/sh按Ctrl X启动系统进入后执行以下命令&#xff1a;chroot /sysroot passwd root touch /.autorelabel完…

论文推荐 |【Agent】自动化Agent设计系统

论文标题&#xff1a; Automated Design of Agentic Systems 论文地址&#xff1a; https://arxiv.org/abs/2408.08435 GitHub地址&#xff1a; https://github.com/ShengranHu/ADAS 自动化代理设计在性能和通用性方面显著超越了手动方法。 • 引入了自动化代理系统设计&am…

【Ubuntu】PlantUML工具 | 安装 | 语法 | 使用工具画序列图

🌱 PlantUML是一个通用性很强的工具,可以快速、直接地创建各种图表。 目录 1 安装 2 使用PlantUML画序列图 ① 语法 ②示例和效果 利用简单直观的语言,用户可以毫不费力地绘制各种类型的图表。PlantUML 是一个开源项目,支持快速绘制:• 时序图• 用例图• 类图• 对

Python知识点:如何使用Flink与Python进行实时数据处理

开篇&#xff0c;先说一个好消息&#xff0c;截止到2025年1月1日前&#xff0c;翻到文末找到我&#xff0c;赠送定制版的开题报告和任务书&#xff0c;先到先得&#xff01;过期不候&#xff01; 如何使用Flink与Python进行实时数据处理 Apache Flink是一个流处理框架&#xf…

【easypoi 一对多导入解决方案】

easypoi 一对多导入解决方案 1.需求2.复现问题2.1校验时获取不到一对多中多的完整数据2.2控制台报错 Cannot add merged region B5:B7 to sheet because it overlaps with an existing merged region (B3:B5). 3.如何解决第二个问题处理&#xff1a; Cannot add merged region …

Git面试题总结

1.列举工作中常用的几个git命令&#xff1f; 初始化git仓库 &#xff1a;git init 新增文件的命令&#xff1a;git add file或者git add . 提交文件的命令&#xff1a;git commit –m或者git commit –a(直接提交) 查看工作区状况&#xff1a;git status –s(简洁形式查看)…

【09】纯血鸿蒙HarmonyOS NEXT星河版开发0基础学习笔记-Class类基础全解(属性、方法、继承复用、判断)

序言&#xff1a; 本文详细讲解了关于我们在程序设计中所用到的class类的各种参数及语法。 笔者也是跟着B站黑马的课程一步步学习&#xff0c;学习的过程中添加部分自己的想法整理为笔记分享出来&#xff0c;如有代码错误或笔误&#xff0c;欢迎指正。 B站黑马的课程链接&am…