Niv Sardi commited on
Commit
6120e5b
1 Parent(s): bbaa3e0

update TODO

Browse files

Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>

Files changed (1) hide show
  1. 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
- - [/] scrape gvt websites to get a list of entities (for argentina it's BCRA)
8
- - [/] get logos, names and url
9
- - [/] 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
- - [/] screenshot the page and slice it into tiles generating YOLO annotations for
12
  the detected logos
13
- - [ ] augment data using the logos database and the logoless tiles as background images
14
- - [ ] 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
 
 
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