37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
|
Categories:
|
||
|
- Security
|
||
|
License: GPL-2.0-or-later
|
||
|
SourceCode: https://github.com/x942/secdroid
|
||
|
|
||
|
AutoName: SecDroid
|
||
|
Description: |-
|
||
|
'''Warning:''' This app cannot be uninstalled, changes cannot be reverted. Make
|
||
|
a full backup first.
|
||
|
|
||
|
SecDroid hardens the android kernel by disable certain binaries that have
|
||
|
internet access or can be used as an attack vector and by securing the TCP Stack
|
||
|
using Systctl. This helps prevent some MITM (Man-In-The-Middle) and Spoofing
|
||
|
attacks. It may also prevent some DOS (Denial-Of-Service) Attacks.
|
||
|
|
||
|
Disabled services include SSH, SSHD, Telnet NC (net cat), and Ping, to keep
|
||
|
others from gaining access to your device via a remote terminal. SecDroid also
|
||
|
disables Package Manager so that no apps can be installed remotely to your
|
||
|
device (you can still install them from Market or using APK files directly on
|
||
|
the device itself). Lastly, it also allows you to disable ADBD (the ADB service
|
||
|
running on the device that allows you to connect to it through command line from
|
||
|
a remote computer) until the next reboot.
|
||
|
|
||
|
RequiresRoot: 'yes'
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '3'
|
||
|
versionCode: 4
|
||
|
commit: 6eb44e63d
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: '3'
|
||
|
CurrentVersionCode: 4
|
||
|
|
||
|
NoSourceSince: '3'
|