Commit Graph

388 Commits

Author SHA1 Message Date
04aea8558f Move worker to tungstenite and add WORKER_NAME ENV 2024-09-28 01:09:48 +02:00
cad1073448 Apply formatting 2024-09-27 22:28:54 +02:00
c01177e4c8 Add tasks not started query 2024-09-27 22:28:40 +02:00
d84918851b Split the worker to a sub package 2024-09-27 22:28:23 +02:00
36468e4baf Support ENV WORKER_URL for CLI 2024-09-27 21:02:49 +02:00
b731f6dc21 Fix value validation
Some checks failed
Build IP lists / Build scanners list (binaryedge) (push) Failing after 11m59s
Build IP lists / Build scanners list (stretchoid) (push) Failing after 19m21s
Build IP lists / build-aws-cloudfront (push) Failing after 26m43s
2024-09-27 20:49:10 +02:00
de3b21e210 Make a working scan worker/server 2024-09-24 04:20:39 +02:00
39d9ffe1db Make a working client server 2024-09-24 01:37:00 +02:00
27c3f7ecd1 Wrap the data into a request type 2024-09-23 22:34:10 +02:00
58d6ed043e First working version of client and server 2024-09-23 17:20:50 +02:00
e48493cf6a Fix IP reporting and update the row
Some checks failed
Build IP lists / Build scanners list (binaryedge) (push) Failing after -2m8s
Build IP lists / Build scanners list (stretchoid) (push) Failing after -2m10s
Build IP lists / build-aws-cloudfront (push) Failing after -2m10s
2024-09-23 00:06:03 +02:00
d6757902f6 Upgrade dns-ptr-resolver 2024-09-22 23:32:10 +02:00
43e9176b49 Make collections search safer 2024-09-22 10:14:56 +02:00
bb52edc4c8 Fix path for files 2024-09-20 21:14:50 +02:00
299621ee6f Re-write all using actix
Some checks failed
Build IP lists / Build scanners list (binaryedge) (push) Failing after -2m0s
Build IP lists / Build scanners list (stretchoid) (push) Failing after -2m2s
Build IP lists / build-aws-cloudfront (push) Failing after -2m2s
2024-09-20 17:45:04 +02:00
110484a967 Re-write all the data management with Diesel 2024-09-20 00:51:24 +02:00
18bd7ce3ab Write migrations with Diesel 2024-09-20 00:07:01 +02:00
2f297a3557 Add one more scanner robot 2024-09-19 01:49:04 +02:00
abd2bda8e0 docs: about PDFs
Some checks failed
Build IP lists / Build scanners list (binaryedge) (push) Failing after -1m54s
Build IP lists / Build scanners list (stretchoid) (push) Failing after -1m53s
Build IP lists / build-aws-cloudfront (push) Failing after -1m55s
2024-07-03 14:23:34 +02:00
543a7fd3f1 New collections
Some checks failed
Build IP lists / Build scanners list (binaryedge) (push) Failing after 7m6s
Build IP lists / Build scanners list (stretchoid) (push) Failing after 7m40s
Build IP lists / build-aws-cloudfront (push) Failing after 1m36s
2024-06-29 14:28:23 +02:00
cf05597a30 Cleanup the not finished tasks 2024-06-28 19:07:13 +02:00
d5297c775a Implement InternetMeasurement 2024-06-28 00:43:27 +02:00
a5239cd7f5 Implement collections 2024-06-28 00:20:37 +02:00
262d8fd0c2 Update README 2024-06-27 23:11:32 +02:00
0d797713a6 Add STATIC_DATA_DIR ENV for storing static files 2024-06-27 23:01:53 +02:00
dee1968e36 Handle .txt file formats 2024-06-27 22:24:21 +02:00
a1beb8f547 Implement static distinction for scanners 2024-06-27 21:53:02 +02:00
346e9d9594 Use Scanners type fo the scanners route 2024-06-27 21:46:14 +02:00
e28b8cb945 Improve the loop 2024-06-26 19:13:37 +02:00
7209aed6e1 Add donate buttons 2024-06-26 19:13:09 +02:00
3666888838 Fix a typo and improve listing 2024-06-23 15:21:18 +02:00
6aa069da92 Remove test workflow 2024-06-23 15:21:09 +02:00
4c1846f58a Add a listing of tasks and fixup chrono from and to sql
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7m47s
Build IP lists / Build scanners list (binaryedge) (push) Failing after 12m25s
Build IP lists / Build scanners list (stretchoid) (push) Failing after 12m42s
Build IP lists / build-aws-cloudfront (push) Failing after 7m47s
2024-06-23 14:19:36 +02:00
5d6297b7b5 Fixups and implement DB_FILE 2024-06-23 13:43:50 +02:00
3f3e069aab Add an ENV for SERVER_ADDRESS
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m51s
2024-06-23 11:16:04 +02:00
2be2d1b451 Avoid unwrap on result 2024-06-23 11:13:32 +02:00
1220c14d8f First working version with a worker 2024-06-23 11:06:08 +02:00
854d457caf Move to a mutex 2024-06-22 20:58:35 +02:00
dfdc1db11a Extract the code into functions 2024-06-22 20:32:59 +02:00
642ae6e714 First working version with reporting 2024-06-22 20:15:40 +02:00
0cb4688d03 First implementation of snow-scanner 2024-06-22 16:15:07 +02:00
7189909c68 Move all data into data
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m54s
2024-06-22 14:18:40 +02:00
2f8020d789 Move some data into scanners 2024-06-22 14:16:50 +02:00
999cb8ed68 Move my scripts to scripts/ 2024-06-22 14:15:16 +02:00
9ee21e47cd Move lock and merge to GitHub only 2024-06-22 14:14:36 +02:00
2a62044ecb Move more data to scanners/ 2024-06-22 14:09:09 +02:00
aad0ce57d5 Move to Gitea
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m44s
2024-06-22 11:50:40 +02:00
637312b4b9 Merge #246 - Update censys-scanner.txt
Pull-request: #246
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-06-22 11:37:49 +02:00
930af05a2f Update censys-scanner.txt
Changed censys IP ranges: https://support.censys.io/hc/en-us/articles/360043177092-Opt-Out-of-Data-Collection
2024-06-21 20:38:51 +00:00
ef882fae22 Bump actions and use a matrix
Some checks failed
Build IP lists / Build scanners list (binaryedge) (push) Failing after 14m50s
Build IP lists / Build scanners list (stretchoid) (push) Failing after 16m52s
Build IP lists / build-aws-cloudfront (push) Successful in 6m59s
2024-06-19 10:24:15 +02:00