Spaces:
Runtime error
Runtime error
Niv Sardi
commited on
Commit
·
6120e5b
1
Parent(s):
bbaa3e0
update TODO
Browse filesSigned-off-by: Niv Sardi <[email protected]>
- README.org +6 -6
README.org
CHANGED
|
@@ -4,14 +4,14 @@ Detect spoofed website by detecting logos from bank and financial entities in
|
|
| 4 |
pages with =ssl certificates= that do not match.
|
| 5 |
|
| 6 |
The process is pretty simple:
|
| 7 |
-
- [
|
| 8 |
-
- [
|
| 9 |
-
- [
|
| 10 |
with =id= or =class= logo (needs more heuristics) to make a db of logos
|
| 11 |
-
- [
|
| 12 |
the detected logos
|
| 13 |
-
- [
|
| 14 |
-
- [
|
| 15 |
- [ ] feed everything to a web extension that will detect the logos in any page
|
| 16 |
and show a warning if the =SSL certificate= mismatches the collected one.
|
| 17 |
|
|
|
|
| 4 |
pages with =ssl certificates= that do not match.
|
| 5 |
|
| 6 |
The process is pretty simple:
|
| 7 |
+
- [x] scrape gvt websites to get a list of entities (for argentina it's BCRA)
|
| 8 |
+
- [x] get logos, names and url
|
| 9 |
+
- [x] navigate the url, extract the ssl certificate and look for =img= and tags
|
| 10 |
with =id= or =class= logo (needs more heuristics) to make a db of logos
|
| 11 |
+
- [x] screenshot the page and slice it into tiles generating YOLO annotations for
|
| 12 |
the detected logos
|
| 13 |
+
- [x] augment data using the logos database and the logoless tiles as background images
|
| 14 |
+
- [x] train yolov5s
|
| 15 |
- [ ] feed everything to a web extension that will detect the logos in any page
|
| 16 |
and show a warning if the =SSL certificate= mismatches the collected one.
|
| 17 |
|