Fausto avatar

Fausto

Community

@fausto-404

45Followers
|
6Public Repos
|
13Published Skills

Agent Skills by Fausto

Showing 13 vetted skills indexed across 2 GitHub repositories.

Fausto-404Fausto-404
137

ai-mobile-reverse-skills

Automate mobile security analysis through a structured 6-stage workflow.

Community
Advanced
Fausto-404Fausto-404
543

js-reverse-automation

Automate JavaScript reverse engineering via MCP browser connection and generate JSRPC, Flask proxy, and Burp autoDecoder code.

Community
Advanced
Fausto-404Fausto-404
543

js-reverse-automation-hook-history

Overrides browser history navigation functions to prevent forced redirects.

Community
Basic
Fausto-404Fausto-404
543

js-reverse-automation-hook-promise

Log Promise resolve parameters and call stacks in browser JavaScript.

Community
Basic
Fausto-404Fausto-404
543

js-reverse-automation-hook-jsencrypt-rsa

Hook JSEncrypt RSA encryption and decryption to log keys and plaintext/ciphertext data.

Community
Intermediate
Fausto-404Fausto-404
543

js-reverse-automation-hook-clear

Intercept and neutralize the console.clear() function to preserve browser console logs.

Community
Basic
Fausto-404Fausto-404
543

js-reverse-automation-hook-log

Protect JavaScript console methods from overwriting using Proxy and Object.defineProperty.

Community
Intermediate
Fausto-404Fausto-404
543

js-reverse-automation-page-redirect-debugger

Set breakpoints before navigation events to debug JavaScript-initiated page redirects.

Community
Basic
Fausto-404Fausto-404
543

js-reverse-automation-bypass-debugger

Remove debugger statements from eval, new Function, and constructor injections.

Community
Intermediate
Fausto-404Fausto-404
543

js-reverse-automation-hook-table

Override console.table to a no-op for JavaScript anti-debugging bypass.

Community
Basic
Fausto-404Fausto-404
543

js-reverse-automation-fixed-window-size

Overrides window dimension getters and setters to bypass DevTools detection.

Community
Basic
Fausto-404Fausto-404
543

js-reverse-automation-hook-cryptojs

Hook CryptoJS symmetric, hash, and HMAC algorithms to extract cryptographic parameters.

Community
Intermediate
Fausto-404Fausto-404
543

js-reverse-automation-hook-close

Override the window.close function to prevent forced page closures.

Community
Basic