Click any tag below to further narrow down your results
Links
Cloudflare now supports Python for creating multi-step applications through its Workflows feature. This allows developers to automate processes like data pipelines and AI model training using Python, enhancing the usability and flexibility of the platform. The integration enables seamless orchestration with built-in error handling and retries.
PyFRC2G is a Python package that converts pfSense and OPNSense firewall rules into graphical flow diagrams. It automates the retrieval of firewall configurations via API, generates separate reports for each interface, and provides an optional integration with CISO Assistant for compliance documentation.
The article introduces the "just" task runner, which streamlines command management across projects by allowing users to define shortcuts in a `.justfile`. It highlights how this tool simplifies repetitive tasks like running servers, building documentation, and testing, making development more efficient.
This article introduces the vt-py library, which allows users to interact with the VirusTotal API v3. It lets you scan files and URLs, retrieve information, and manage various VirusTotal features like LiveHunt and Retrohunt. The documentation and example scripts provide guidance on using the library effectively.
This project provides a command-line tool in Python that uses AI models from OpenAI and Google to solve various CAPTCHA types. It automates browser interactions with Selenium and captures solutions, recording successful attempts as GIFs. Users can easily customize it for different CAPTCHA challenges and AI providers.
This GitHub repository hosts CrackFtp, a script that tests FTP login credentials on a large scale. It supports brute-force attacks and sends Telegram alerts for successful logins. Users can customize and run it for security assessments of their domains.
This article introduces Pointblank, a Python library designed to streamline data validation. It emphasizes user-friendly features, automated validation suggestions, and customizable reports to enhance team communication about data quality issues.
SpiderFoot is an open-source OSINT automation tool that offers a comprehensive suite of over 200 modules for data analysis, allowing users to gather and navigate information about various entities like IP addresses, domains, and more. It features both a web-based UI and command-line interface, integrates with numerous APIs, and provides visualizations and extensive documentation, making it a powerful resource for both offensive and defensive intelligence operations. Additionally, SpiderFoot HX offers a cloud-based version with enhanced features for collaborative investigations and monitoring.
The article compares Tines and Python as automation solutions, highlighting their respective strengths and weaknesses. It discusses how Tines offers a no-code approach, making it accessible for non-developers, while Python provides flexibility and power for those with coding skills. The analysis aims to help users choose the best tool based on their automation needs and technical proficiency.
Burpa is a fork of the abandoned burpa project that provides a command-line interface and Python API for automating scans with Burp Suite, utilizing its REST API. It supports various scanning options, including authenticated scans and report generation, while also allowing configuration via environment variables. Recent updates include static type checking, removal of Slack support, and improved CLI functionality using python-fire.