Secure Hashing with Python Hashlib

Want to learn how hashing works in Python? Here you will learn how to create secure hashes using built-in functionality from Python’s hashlib module.
The post Secure Hashing with Python Hashlib appeared first on Geekflare.

March 31, 2023
Read More >>

Graphicator : A GraphQL Enumeration And Extraction Tool

Graphicator is a GraphQL “scraper” / extractor. The tool iterates over the introspection document returned by the targeted GraphQL endpoint, and then re-structures the schema in an internal form so it can re-create the supported queries. When such queries are created is using them to send requests to the endpoint and saves the returned response […]

March 30, 2023
Read More >>

Thunderstorm : Modular Framework To Exploit UPS Devices

Thunderstorm is a modular framework to exploit UPS devices. For now, only the CS-141 and NetMan 204 exploits will be available. The beta version of the framework will be released on the future. CVE Thunderstorm is currently capable of exploiting the following CVE: Requirements Download It is recommended to clone the complete repository or download […]

March 29, 2023
Read More >>

X-force : IBM Security Utilitary Library In Python

X-force, IBM Security utilitary library in python. Search and query all sources: threat_activities and groups, malware_analysis, industries Install Use Using you API_KEY make a basic authentication. See . After make a base64 code → Key + : + Password: printf “d2f5f0f9-2995-42c6-b1dd-4c92252da129:06c41d5e-0604-4c7c-a599-300c367d2090” | base64 # ZDJmNWYwZjktMjk5NS00MmM2LWIxZGQtNGM5MjI1MmRhMTI5OjA2YzQxZDVlLTA2MDQtNGM3Yy1hNTk5LTMwMGMzNjdkMjA5MAo= Using API_KEY, call functions. See for key storage Call functions […]

March 27, 2023
Read More >>

IpGeo : Tool To Extract IP Addresses From Captured Network Traffic File

IpGeo is a python tool to extract IP addresses from captured network traffic file (pcap/pcapng) and generate csv report containing details about the geolocation of each ip in the packets. The report contains: Installation Use the package manager pip3 to install required modules. pip3 install colorama pip3 install requests pip3 install pyshark If you are […]

March 27, 2023
Read More >>

SXDork : A Tool That Utilizes The Technique Of Google Dorking To Search For Specific Information On The Internet

SXDork is a powerful tool that utilizes the technique of google dorking to search for specific information on the internet. Google dorking is a method of using advanced search operators and keywords to uncover sensitive information that is publicly available on the internet. SXDork offers a wide range of options to search for different types […]

March 26, 2023
Read More >>