Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogehi committed Feb 20, 2024
1 parent d89813a commit 1f772d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions module.prop.gold
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=YayPentestMagiskModuleYay
name=YayPentestMagiskModuleYay
version=1.7
versionCode=8
version=1.8
versionCode=9
author=Yogehi / Malicious Erection LLC
description=Magisk Module to configure a device specifically for pentesting
description=Magisk Module to configure a device specifically for pentesting
3 changes: 0 additions & 3 deletions service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ sleep 5
# credit: https://httptoolkit.com/blog/android-14-install-system-ca-certificate/
yayandroidversionyay=$(getprop ro.build.version.sdk)
if [ $yayandroidversionyay -gt 33 ]; then
# android version is above 33
echo "yay in yay" > /data/local/tmp/yay.txt

# create temp dir
mkdir -p -m 700 /data/local/tmp/yaytmpcayay

Expand Down

0 comments on commit 1f772d7

Please sign in to comment.