You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP FILTER is a fast and efficient Bash tool that automates HTTP response code analysis for security researchers, penetration testers, and bug bounty hunters. It processes a list of URLs concurrently, categorizing them into separate files based on HTTP status codes (e.g., 200.txt, 404.txt, 500.txt).
A powerful shell script that enhances HTTPie with request management capabilities, allowing you to save, organize, and reuse HTTP requests with an interactive file picker
Script para analisar e sugerir recursos de CPU e memória para workloads no Kubernetes que não possuem requests e limits definidos, gerando um relatório em formato CSV.
A simple web scraping tool built with Python, using BeautifulSoup and requests libraries. This tool fetches and parses HTML content from a given URL, with error handling and library installation capabilities. Useful for quick web scraping tasks and learning purposes.