D4T4HUN73R
Enthusiastic Millennial 🤓 I ❤️ problem solving! #LINUX #OSINT #RPi #arduino #rtlsdr #VSCode #COFFEE #MINIMAL
Pinned Repositories
AES-256-Encrypter
This script prompts the user for a key and a plaintext string, and then encrypts the plaintext using AES 256 in EAX mode. The ciphertext and tag are returned and printed to the console.
country-calling-code-search
COUNTRYPHONEPREFIX
A simple Python script that lookup your phone prefixes for ISO3166 Alpha-3 Country designators. GUI deigned with TKinter.
CRYPTOGRAPHY
A collection of interesting CRYPTOGRAPHY tools for a daily use. As always no guarantee of availability of the tools! Feel free to contribute and commit! :)
current-crypto-prices
This script creates a GUI with the current crypto prices in Python using the Kivy framework, you can use the requests library to make an API call to a crypto price service and the BoxLayout widget to arrange the labels in a vertical list. Here is an example of how you can do this using Kivy and the CoinMarketCap API.
current-weather-at-location
This script prompts the user for an OpenWeatherMap API key and a location, and then uses the requests library to make an API call to OpenWeatherMap to retrieve the current weather conditions for the location. The weather conditions are then printed to the console.
CW-morse-code-converter-and-transmitter
Just a simple python script which takes some text (and numbers) converts it into morse code (ITU) and also plays the audio.
kivy-cross-platform-app-template
This template creates a simple mobile app with a single button that displays the text "Hello World". The MyApp class is a subclass of the App class from the kivy.app module, and the build() method returns a Button widget. The app is run by calling the run() method of the MyApp instance.
Onion-Downloader
A simple script that uses an onion base url to recursively download all files and folders over the Tor network.
UserAgentWonderland
useragents repo init
D4T4HUN73R's Repositories
D4T4HUN73R/kivy-cross-platform-app-template
This template creates a simple mobile app with a single button that displays the text "Hello World". The MyApp class is a subclass of the App class from the kivy.app module, and the build() method returns a Button widget. The app is run by calling the run() method of the MyApp instance.
D4T4HUN73R/Onion-Downloader
A simple script that uses an onion base url to recursively download all files and folders over the Tor network.
D4T4HUN73R/AES-256-Encrypter
This script prompts the user for a key and a plaintext string, and then encrypts the plaintext using AES 256 in EAX mode. The ciphertext and tag are returned and printed to the console.
D4T4HUN73R/country-calling-code-search
D4T4HUN73R/CRYPTOGRAPHY
A collection of interesting CRYPTOGRAPHY tools for a daily use. As always no guarantee of availability of the tools! Feel free to contribute and commit! :)
D4T4HUN73R/current-crypto-prices
This script creates a GUI with the current crypto prices in Python using the Kivy framework, you can use the requests library to make an API call to a crypto price service and the BoxLayout widget to arrange the labels in a vertical list. Here is an example of how you can do this using Kivy and the CoinMarketCap API.
D4T4HUN73R/current-weather-at-location
This script prompts the user for an OpenWeatherMap API key and a location, and then uses the requests library to make an API call to OpenWeatherMap to retrieve the current weather conditions for the location. The weather conditions are then printed to the console.
D4T4HUN73R/CW-morse-code-converter-and-transmitter
Just a simple python script which takes some text (and numbers) converts it into morse code (ITU) and also plays the audio.
D4T4HUN73R/CYBINT
A collection of interesting CYBINT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/swiss-cd-number-plates-search
A very simple number plate search of vehicles belonging to diplomatic and consular representations in Switzerland including their staff.
D4T4HUN73R/UserAgentWonderland
useragents repo init
D4T4HUN73R/D4T4HUN73R
D4T4HUN73R/dipoleantenna
This script calculates the total length and leg length of a dipole antenna based on input frequency in kHz
D4T4HUN73R/ExitNodesCollector
Some handy scripts for administrators which need current ExitNodes of TOR VPNs and interesting others. Feel free to commit your monitored ExitNodes which you need often in a list.
D4T4HUN73R/FININT
A collection of interesting FININT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/GEOINT
A collection of interesting GEOINT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/ip-list-whois-lookup
This script prompts the user for a list of IP addresses separated by commas, and then looks up each IP address using the python-whois library. The whois information for each IP address is then printed to the console.
D4T4HUN73R/LEET-text-converter
Just a simple python script which takes normal text (Hello World) and converts it into LEET text (H3LL0 VV0RLD).
D4T4HUN73R/MASINT
A collection of interesting MASINT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/OPSEC
A collection of interesting OPSEC for daily use. Feel free to contribute and commit! :)
D4T4HUN73R/OSINT
A collection of interesting OSINT tools for a daily use. As always no guarantee of availability of the tools! Feel free to contribute and commit! :)
D4T4HUN73R/pagodo
pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
D4T4HUN73R/public-ip-synchronizer
A simple Python script that will synchronize your public IP address to a website.
D4T4HUN73R/SIGINT
A collection of interesting SIGINT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/simple-ip-analyzer
This tool will take an IP address as input and use the socket library to get the hostname and details for the IP address. It will then print the IP address, hostname, and details to the console.
D4T4HUN73R/simple-web-scraper
This scraper will send an HTTP GET request to the specified URL, parse the HTML content of the page using BeautifulSoup, and then find all the <p> elements on the page. It will then print the text of each paragraph.
D4T4HUN73R/SOCMINT
A collection of interesting SOCMINT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/TECHINT
A collection of interesting TECHINT tools for daily use. As always no guarantee of availability! Feel free to contribute and commit! :)
D4T4HUN73R/WEBINT
A collection of interesting WEBINT tools for a daily use. As always no guarantee of availability of the tools! Feel free to contribute and commit! :)
D4T4HUN73R/xlsx-to-csv-converter
This script prompts the user for the input and output file paths, and then uses pandas to read the XLSX file and write it to a CSV file.