Nitratine Blog Feed
How to get Stored WiFi Passwords in Windows
This tutorial describes how to identify stored WiFi passwords in Windows using the command prompt. This is very helpful for identifying your forgotten WiFi passwords.
Read More →Monopoly Money
A Node.js server and React web app that helps you manage your finances in a game of Monopoly from the browser.
Read More →How to Detect Key Presses In Python
This demonstration shows you how to detect key presses using the pynput module. These can then be logged to a file as no console is displayed. This is very similar to a key logger.
Read More →Who's On My Network
This tool helps you keep an eye on who is on your network and when. Simply periodically scan your network, assign devices to people and view who is on your network.
Read More →Spotify Lyrics Viewer
Spotify Lyrics Viewer is a tool that allows you to view the lyrics of the current playing song on Spotify by simply signing into Spotify.
Read More →Useful Online Tools For Developers
Downloading and setting up a tool to perform a basic action can be a lot of effort compared to using something online. This is a list of tools I actively use for everyday development.
Read More →Emotionify
Emotionify is a web app that allows users to log in to Spotify, select a playlist and then sort them using Spotify's pre-calculated audio feature values.
Read More →Understanding The Python Root Folder
For people new to Python, locating Python files for development can be confusing; these can be python.exe, the scripts folder or the location of where modules are installed to. In this post, I discuss what folders host what and how to track common things down.
Read More →New Zealand Cyber Security Challenge 2019 Round 0 Solutions
These are my solutions to the challenges I solved in the New Zealand Cyber Security Challenge 2019 Round 0.
Read More →Remove Columns in a CSV File With Python
Need to remove columns from a large CSV file? Simply provide this script with the indexes of columns you want to be deleted and it will create a copy CSV file with those columns removed.
Read More →