How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that transforms standard JavaScript source code into a functional equivalent composed of a minimal character set. The project restricts its source code to six specific characters to hide logic and bypass security filters that block standard alphanumeric characters. It achieves this by using type coercion to derive symbols and accessing internal language objects through prototype manipulation. The system enables arbitrary JavaScript execution by converting strings into executable functi
A golang utility to spider through a website searching for additional links.
The main features of iamstoxe/urlgrab are: Endpoint Discovery, Security Utilities.
Open-source alternatives to iamstoxe/urlgrab include: 0xsha/golinkfinder — A fast and minimal JS endpoint extractor. 1ndianl33t/urlprobe. aemkei/jsfuck — jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that… allyomalley/dnsobserver. arbazkiraak/linksdumper — Extract (links/possible endpoints) from responses & filter them via decoding/sorting. 003random/getjs — A tool to fastly get all javascript sources/files.