Anbox had been deprecated, and cannot/shouldn't be used.
One alternative is Waydroid:
https://github.com/waydroid/waydroid
References:
from os import walk, path | |
from hashlib import md5 | |
print('[+] Running...') | |
# Find the original file's MD5 sum | |
with open('original.txt', 'rb') as file: | |
webshell_hash = md5(file.read()).hexdigest() | |
# Scan the entire system, and compare any file's hash to the malicious webshell's hash |
NEW_USER_BORDER = "____________________________________________________________________________________________________" | |
# Read the log file | |
with open("log.txt") as f: | |
users = f.read() | |
final = '' | |
active_users = 0 | |
# Enumerate all users |
# | |
# ~/.bashrc | |
# | |
# If not running interactively, don't do anything | |
[[ $- != *i* ]] && return | |
# Aliases | |
alias ls='ls --color=auto' | |
alias vi='nvim' |
Anbox had been deprecated, and cannot/shouldn't be used.
One alternative is Waydroid:
https://github.com/waydroid/waydroid
References: