ot2i7ba / Stuff

Trial and error - snippets, tools and tests, including uncut code debacle of a newbie.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

favorites [PHP]

Simple Web-Link-Tracker is a simple script that saves URLs submitted via a bookmarklet. The saved links are stored in a JSON file. A session ID is used to avoid IP tracking. There are also some security measures to prevent unwanted access and blacklisting. Considering the fact that no database is used, the performance is only acceptable for a small number of URLs. However, performance may decrease for a large number of links, since the entire JSON array must be loaded and stored for each read or write. However, this is perfectly adequate for personal use.

pinkungfu [Python]

A Python script that generates possible PIN combinations based on user input and writes them to a text file. The output file can be splitted if desired. The generated text files can be imported into forensic software such as from Cellebrite to be used for bruteforce methods.

plotlyimex [Python]

The script imports a CSV file to display position data in an interactive map using plotly. The map is displayed by OpenStreetMap and saved in HTML format. The generated HTML file opens automatically. The user can specify a filename of the import and/or export file if desired.

About

Trial and error - snippets, tools and tests, including uncut code debacle of a newbie.

License:MIT License


Languages

Language:Python 61.2%Language:PHP 38.8%