Red Flag
- 7 Devlogs
- 14 Total hours
Open-source online safety checker for texts, QR codes and more!
Open-source online safety checker for texts, QR codes and more!
Finished up telephone, SMS and crypto analysis pathways. I have text analysis left which I’m not too sure how I should do but after that I think I will move on to the design / website of the program itself. Found some public information such as Google libphonenumber which is where I got my lists of data for detecting paid phone lines among other things.
Finished up the URL analysis system and also expanded the lists for brands, shorteners and bait words that will be identified by the analysis. There are currently 4 checks different types of checks in place (shorteners, no TLS, bait words and impersonation), and 5 parts to the impersonation check process. Thank goodness for AI because if I had to manually find each of these brands I would go crazy.
Currently working on the QR code system. Set up OpenCV and numpy and wrote a quick script to improve QR reading (will refine later). Currently working on the URL analysis stage. So far I’ve set up 4 different checks: URL shortener, no TLS, bait words and impersonation. Currently the impersonation stage still has some flaws but I’m working on it!