Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-08-25 22:32
Updated·2023-08-27 08:35
Flavor·Java

"
(?<=(?:href|action|src)=[\"'])[^\"']+
"
gm
Open regex in editor

Description

Extract any link or endpoint from 1- HTML page source 2- HTTP responses 3- JS files

Feel free to contact me on Telegram https://t.me/c4ir0 if you:

  • are interested in discussing this regex
  • need assistance with any regex-related queries
  • want to challenge me (I'm enthusiastic about this part)
Submitted by Cairo