Jorian

Results 6 issues of Jorian

I'm using Name-That-Hash for a tool of mine, and I wanted it to recognize ZIP hashes. There was already a PKZIP hash regex that matched any type of PKZIP hash,...

Add all RSA/DSA/EC/OpenSSH Private Keys hash types (22911, 22921, 22931, 22941, 22951). Regexes were taken from: https://github.com/noraj/haiti/blob/master/data/prototypes.json#L5916-L5984 **Note:** hashcat mode 22921 isn't fully supported with recent hashes, see https://github.com/hashcat/hashcat/issues/3031 for...

While reading into some PRNG cracking, I learned that it is possible to recover any previous states of the Mersenne Twister after it has been cracked. See this post for...

## Description **List comprehensions inside of a lambda** print a single `[` bracket instead of the list comprehension, resulting in invalid syntax. ## How to Reproduce The following is a...

Volunteer wanted
Python 3.8
Works on decompyle3

I noticed that this project doesn't have a checked box next to [`puppeteer-extra-stealth`](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth), and some time ago I found a way to detect it via JavaScript: ```js function detectHeadless() {...

A colleague recently hit https://github.com/yeswehack/PwnFox/issues/14, while it was fixed in the `master` branch, they simply downloaded the latest Release JAR as is advised in the installation instructions: https://github.com/yeswehack/PwnFox#installation The problem...