Commit Graph

492 Commits

Author SHA1 Message Date
Emanuele Faranda
cff85f84ea
Update how_it_works.md 2021-10-30 19:42:23 +00:00
Emanuele Faranda
fa24d6010d
Update how_it_works.md 2021-10-30 19:36:13 +00:00
Emanuele Faranda
798475ee20
Update full_description.txt 2021-10-30 19:35:08 +00:00
Emanuele Faranda
0c27633b08
Update README.md 2021-10-30 19:32:46 +00:00
Emanuele Faranda
42df468221
Update app_api.md 2021-10-30 10:42:20 +00:00
emanuele-f
1802df9eb8 Bump version to 1.4.3 2021-10-30 11:50:54 +02:00
RyoidenshiAokigahara
707b486149
New strings translated to russian (#137) 2021-10-30 09:31:52 +00:00
emanuele-f
0496eec74e Remove edit strings 2021-10-29 16:31:42 +02:00
emanuele-f
2c52eb2bda Hide malware filter if malware detection is off 2021-10-29 16:25:01 +02:00
Emanuele Faranda
823fe1f6ca
Update README.md 2021-10-29 13:46:21 +00:00
Emanuele Faranda
b9b4010ced
Create how_it_works.md 2021-10-29 13:44:27 +00:00
emanuele-f
4d0681f4d7 Revert library changes 2021-10-29 11:44:54 +02:00
emanuele-f
49117d1ecf Fix string 2021-10-29 11:16:22 +02:00
sr093906
a2979144b6
Re-add the 'UDP Collector' Line to Fix Error 2021-10-28 15:42:14 +02:00
emanuele-f
4703f71a12 Localization fix 2021-10-28 15:17:27 +02:00
emanuele-f
aedb505063 Add sku 2021-10-28 14:50:21 +02:00
sr093906
27c2906949
Update zh-rCN Strings (#135) 2021-10-28 14:35:51 +02:00
emanuele-f
c8af0ff7a2 Update Italian localization 2021-10-28 14:10:01 +02:00
emanuele-f
1416328aae Add malware detection ad strings 2021-10-28 12:50:45 +02:00
Emanuele Faranda
12d627a051
Update app_api.md 2021-10-28 00:59:21 +02:00
emanuele-f
f7ac4bc730 Fix hide protocol not working after bd18c5e 2021-10-27 09:45:40 +02:00
emanuele-f
a079306ad8 Fix light theme toolbar text color 2021-10-26 18:38:22 +02:00
emanuele-f
c82ce3f654 Removed unused resources 2021-10-26 18:24:39 +02:00
emanuele-f
f1cdbebeff Add whois lookup button 2021-10-26 18:17:39 +02:00
emanuele-f
b0698b6246 Add ability to filter plaintext connections
Also add copy request plaintext option in the contextual menu
2021-10-26 16:50:02 +02:00
emanuele-f
431bcd6ba2 Ability to copy host/IP/URL without opening details 2021-10-26 16:24:53 +02:00
emanuele-f
c82b884b87 Current connections filter now shown with chips
Clicking a chip removes the corresponding filter
2021-10-26 15:50:55 +02:00
emanuele-f
eba3eaa572 Add lists help text 2021-10-26 12:12:35 +02:00
emanuele-f
b1a7d25389 Add 0.0.0.1 as a blacklist testing IP address 2021-10-26 11:02:51 +02:00
emanuele-f
dcdbd527e0 Show blacklisted status in the connection details 2021-10-26 10:46:58 +02:00
emanuele-f
6173ef2798 Offload blacklists reload to a separate thread
This avoids slowing down the capture thread during the reload
2021-10-25 19:10:43 +02:00
emanuele-f
f018c82cc3 If enabled, show allocs summary in the Stats 2021-10-25 17:46:48 +02:00
emanuele-f
4645b16a05 Track memory allocations 2021-10-25 17:02:25 +02:00
emanuele-f
dae0f26da9 Upgrade to Android 12 SDK 2021-10-25 12:06:16 +02:00
emanuele-f
c54c5e06fd Add osint.digitalside.it IP blacklist 2021-10-25 11:49:12 +02:00
emanuele-f
61711d47ba Fix alignment 2021-10-24 15:36:38 +02:00
emanuele-f
d93bed560c Fix bug causing connections not to be updated
next_connections_dump was decremented by a wrong count, which could
cause it to wrap. When this occurred, connections in the GUI where not
updated anymore (new connections not shown, old connections not updated)
2021-10-24 15:24:41 +02:00
emanuele-f
875304b918 Billing strings 2021-10-22 18:04:31 +02:00
emanuele-f
da3f155ad8 Merge branch 'master' into dev 2021-10-21 22:16:11 +02:00
emanuele-f
903816e836 Fix downloadFile connections not closed 2021-10-21 19:01:53 +02:00
emanuele-f
47ddb23e4b Improve connections handling
- Improve netd resolution with root capture
- Fix nDPI detection not performed on some closed connections
- Fix missing blacklist match on some connections
2021-10-21 18:50:28 +02:00
emanuele-f
eece3e8cce Fix domain detection with www prefix
Also add the internetbadguys.com test domain
2021-10-21 16:14:54 +02:00
emanuele-f
bd18c5e195 Add ability to whitelist malicious connections
Needed for #105
2021-10-21 14:49:23 +02:00
emanuele-f
c20b56a4ac Remove apply from EditFilterActivity, add reset 2021-10-21 11:01:17 +02:00
emanuele-f
82850d5680 Implement blacklists reloading from URLs
The blacklists state is shown in the Stats activity.

Needed for #105
2021-10-20 22:02:00 +02:00
emanuele-f
e32b4713a6 Add missing notice 2021-10-20 16:00:21 +02:00
emanuele-f
cb4bbc454d Implement blacklist-based malware detection
A notification is generated when a connection matches known malicious
domains or IP addresses. The connections view reports malicious
connections with a skull icon. A filter can be set to only show them.

Needed for #105
2021-10-20 15:32:29 +02:00
emanuele-f
6b623ea34d Fix bad locale used in Edit Rules 2021-10-19 23:35:02 +02:00
emanuele-f
bb55072f45 Improve buttons style 2021-10-19 22:58:17 +02:00
emanuele-f
79ad691e73 Rename whitelist to hidden connections 2021-10-19 22:07:05 +02:00