2 repositorios
Techniques and tools for analyzing obfuscated JavaScript to uncover original logic and data decryption methods.
Distinct from Malware and Reverse Engineering: Specific to JavaScript reverse engineering for data extraction, unlike general binary malware analysis.
Explore 2 awesome GitHub repositories matching security & cryptography · JavaScript De-obfuscation. Refine with filters or upvote what's useful.
This project is a comprehensive educational guide and framework for building web scrapers using Python. It provides a course-based approach to data extraction, combining a Python crawler framework with tutorials on web reverse engineering and network traffic analysis. The project distinguishes itself by covering advanced extraction challenges, including the decryption of obfuscated JavaScript and the bypass of anti-scraping measures. It specifically addresses mobile application scraping through the simulation of user interactions and the interception of network traffic. The capability surfac
Analyzes obfuscated scripts and decryption logic to extract hidden data from encrypted web responses.
This project is a Python web scraping tutorial and framework designed for building automated data extraction tools and web crawlers. It provides a structured approach to navigating websites and persisting scraped data to databases. The project includes a toolset for web API analysis, focusing on reverse engineering obfuscated API requests and inspecting network traffic to extract structured data. It also covers optical character recognition workflows to convert visual text within images into machine-readable strings. The framework covers capabilities for headless browser automation to handle
Provides methods for analyzing and de-obfuscating JavaScript to discover hidden API endpoints.