Category: Code
-
JSON IP Extractor
As a SOC analyst, clients often request certain IPs to be blocked or whitelisted. However, dealing with a large JSON file that contains various information including the necessary IP addresses can be time-consuming. To overcome this challenge, a straightforward Python script can be used to extract IP addresses from the JSON format and export them…
-
Ping sweep script
A ping sweep is a network scanning technique used to discover which IP addresses are active and can be reached by a particular device or network. During a ping sweep, a device sends a series of Internet Control Message Protocol (ICMP) echo requests to a range of IP addresses. If an IP address is active…
-
NoraCodes crackme02
https://github.com/NoraCodes/crackmes This crackme is similar to the previous but the password cant’ be seen with ltrace or strings. Test out the program Use ltrace Use strings Use IDA Pro to analyze the file. Password is hard coded Test out the password.
-
Lightweight Option price calculator
Awesome but light option price calculator in Python
-
NoraCodes crackme01
https://github.com/NoraCodes/crackmes Test out the program Use ltrace Use strings Test out the password.
-
Python text based battle game
A python language text based battle game created for a school project.
-
Python For Finance
1 – Loading Financial Data Import the following modules Set a datetime function Define a data frame and load financial data into it from Yahoo Finance Print the dataframe to show the data Show just the close column Show just the close column for a specific date You can save the data to a csv…
-
Python Port Scanner
Simple python port scanner project to understand how comprehensive tools like Nmap funtcion