All Projects → twjitm → afhq

twjitm / afhq

Licence: other
类似于腾讯手机管家,360安全卫士等软件系。可以进行木马扫描,网络端口扫描,支付环境扫描,漏洞检测,短信电话拦截,垃圾清理,和手机防盗,利用反射和内容提供者实现电话短信拦截,采用iptable实现网络拦截过滤

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to afhq

android-https-patcher
🐱‍💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.
Stars: ✭ 68 (-46.46%)
Mutual labels:  androidstudio
Infect
Create you virus in termux!
Stars: ✭ 33 (-74.02%)
Mutual labels:  virus
Cerberus
A complete Grabber, sending data to a TCP server that you have to host and stocking all in a database.
Stars: ✭ 32 (-74.8%)
Mutual labels:  virus
go-malware
Golang Virus Examples
Stars: ✭ 67 (-47.24%)
Mutual labels:  virus
VirusX5
The Most Powerful Fake Page Redirecting tool...
Stars: ✭ 15 (-88.19%)
Mutual labels:  virus
Fe2O3
Simple prepender virus written in Rust
Stars: ✭ 84 (-33.86%)
Mutual labels:  virus
App-Manager-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps.
Stars: ✭ 31 (-75.59%)
Mutual labels:  androidstudio
vector
Virus Ruby
Stars: ✭ 29 (-77.17%)
Mutual labels:  virus
knicky
A module-based static virus generator 🚀
Stars: ✭ 40 (-68.5%)
Mutual labels:  virus
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (-77.95%)
Mutual labels:  virus
Login-SignupUI-FirebasePhoneauth
New Repo
Stars: ✭ 43 (-66.14%)
Mutual labels:  androidstudio
BioExplorer
The Blue Brain BioExplorer (BBBE) is a tool for scientists to extract and analyze scientific data from visualization and interactive exploration
Stars: ✭ 18 (-85.83%)
Mutual labels:  virus
clamby
ClamAV interface to your Ruby on Rails project.
Stars: ✭ 101 (-20.47%)
Mutual labels:  virus
JavaRansomware
Simple Ransomware Tool in Pure Java
Stars: ✭ 99 (-22.05%)
Mutual labels:  virus
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (-74.02%)
Mutual labels:  androidstudio
Android-Developer-Fundamentals-Version-2
Codelabs for Google's Android Developer Fundamentals Course (Version 2)
Stars: ✭ 38 (-70.08%)
Mutual labels:  androidstudio
QQVoiceChange
Android NDK项目,继承 fmod音频引擎 实现仿QQ变声效果,可实现对录音进行变声,如 萝莉、大叔、搞怪、惊悚、空灵等效果,带领大家熟悉使用Android Studio+ CMake 集成 fmod 等C/C++框架的流程。
Stars: ✭ 26 (-79.53%)
Mutual labels:  androidstudio
android-developer-nanodegree-by-google
Projects for Udacity Android Developer Nanodegree - Sandwich Club, Popular Movies, Baking App (WIP), Build It Bigger, Make Your App Material, and Go Ubiquitous
Stars: ✭ 14 (-88.98%)
Mutual labels:  androidstudio
GradleDependencyHelper
An Android Studio Plugin for searching maven dependencies faster.
Stars: ✭ 13 (-89.76%)
Mutual labels:  androidstudio
serialPort
Android通用的串口通信库
Stars: ✭ 39 (-69.29%)
Mutual labels:  androidstudio

afhq

本项目是作者的大学毕业设计,获得2017届河北大学计算机科学与技术学院的优秀毕业设计。其功能实用,界面美观,设计合理,技术点丰富。后期将进行更新,融入木马在线数据库,优化各种机型适配。类似于腾讯手机管家,360安全卫士等软件系。

主要功能:

系统设计包括木马查杀,流量监控,通过iptable配置过滤规则,短信电话拦截,提升在5.0以上的系统,利用内容提供者监听系统短信数据库的变化和本地数据库的变化判断是否在黑名单中。进程管理,管理后天运行进程,垃圾扫描,扫描系统中的垃圾文件,目前只是扫描垃圾文件并清理,后期维护将扫描文件系统,和缓存系统。手机防盗在利用任务栈的模式管理手机应用程序。系统中主要用到的技术有很多,有java高级知识,Android高级知识,也有基础知识,有自定义控件的使用,有不同布局和配合,有很多东西值得一看的。

功能设计

主页面

主页面包括自定义进度条和九宫格,帧布局的切换。

木马查杀

木马查杀

木马查杀主要是通过病毒数据库以及linux对端口的监控实现漏洞扫描以及木马扫描,通过文件类型数据库管理文件是否为绑定文件。

木马查杀

网络监控

采用iptable的linux的规则,配置规则,使得在wifi情况下可以使用网络,在GPRS情况下可以不使用网络。

木马查杀

短信拦截

采用黑名单数据库和内容提供者模式进行监听短信和电话到来广播,若是黑名单中的电话号码,利用反射原理进行删除和挂掉电话。

木马查杀

垃圾清理

采用linux缓存的原则,将缓存中无用的数据进行清查,将浏览痕迹进行清查,将大文件,列出来选择清查。将app缓存的无用文件清查。垃圾清查、

木马查杀

软件管理

采用枷锁密码模式进行软件管理,采用系统提供的任务栈模式,实现在打开另外的app是进行枷锁判断。

木马查杀

添加Android studio 配置

详细介绍博客地址:

http://blog.csdn.net/baidu_23086307/article/category/6209559

作者:

qq:1029718215 群 239545950

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].