The Rogue Access Point Framework
-
Updated
May 27, 2022 - Python
Hi, guys!
I am trying to reuse the OCR transformation module in TextFlint, but I somehow find it rather trivial...
I quote the code about the OCR rules in the source code as below:
mapping = {
'0': ['8', '9', 'o', 'O', 'D'],
'1': ['4', '7', 'l', 'I'],
'2': ['z', 'Z'],
'5': ['8'],
'6': ['b'],
'8': ['s', 'S',Add a description, image, and links to the attack topic page so that developers can more easily learn about it.
To associate your repository with the attack topic, visit your repo's landing page and select "manage topics."
First of all, thanks for your work and publishing it along with the very interesting blog post.
I've been playing a bit with your POC, especially the Rust version, and there is something I'm not fully getting. Depending on the victim process, I get the following results: