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 >>

Hack The Box: Mentor Machine Walkthrough – Medium Difficulty

In this post, I would like to share a walkthrough of the Mentor Machine from Hack the Box This room will be considered a medium machine on Hack the Box What will you gain from the Mentor machine? For the user flag, you will need to enumerate the new subdomain which is the API.mentorquotes.htb. We managed […]

The post Hack The Box: Mentor Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

March 11, 2023
Read More >>

Misp-Extractor : Tool That Connects To A MISP Instance And Retrieves Attributes Of Specific Types (Such As IP Addresses, URLs, And Hashes)

Misp-Extractor is a simple Python script that connects to a MISP instance and retrieves attributes of specific types (such as IP addresses, URLs, and hashes). The retrieved attributes are then written to separate files. MISP Extractor This code connects to a given MISP (Malware Information Sharing Platform) server and parses a given number of events, […]

March 10, 2023
Read More >>

DNSrecon-gui : DNSrecon Tool With GUI For Kali Linux

DNSRecon is a DNS scanning and enumeration tool written in Python, which allows you to perform different tasks, such as enumeration of standard records for a defined domain (A, NS, SOA, and MX). Top-level domain expansion for a defined domain. With this graph-oriented user interface, the different records of a specific domain can be observed, […]

March 6, 2023
Read More >>