April 19, 2021 at 12:52PM Posted on April 19, 2021Author cK-botPosted in Uncategorized ■■□□□ Command to extract all endpoints from a JS File. cat files.txt | grep -aoP “(?<=(\"|\'|`))\/[a-zA-Z0-9?&=\/-#.](?=(\"|\'|`))" | sort -u | tee output.txt https://t.me/cKure/7663 Share this:FacebookX