HTB CATCH WRITEUP
by - Thursday, January 1, 1970 at 12:00 AM
If this helped you please +rep <3

Download: here

Edit: Thanks for all the +rep's i will upload a new writeup soon <3
Reply
please share root hash.
we can not use this writeup
Thanks.
Reply
(April 5, 2022, 04:25 AM)donteverthink Wrote: please share root hash.
we can not use this writeup
Thanks.


# /etc/shadow

root:$6$HJWtdM63SqnL6alL$h/FUZ0TNaCCrCgEzeuT9ityQcDmYcMCA0fErrvkZVBmf0TQJntGSRMDo.AXZA9V00.qAsZ04554.dUJcFszUM1:18976:0:99999:7:::

PS : + rep plz
I will help you...
Reply
(April 5, 2022, 08:42 AM)JohnRaid Wrote:
(April 5, 2022, 04:25 AM)donteverthink Wrote: please share root hash.
we can not use this writeup
Thanks.


# /etc/shadow

root:$6$HJWtdM63SqnL6alL$h/FUZ0TNaCCrCgEzeuT9ityQcDmYcMCA0fErrvkZVBmf0TQJntGSRMDo.AXZA9V00.qAsZ04554.dUJcFszUM1:18976:0:99999:7:::

PS : + rep plz

thanks so much
rep ++
Reply
root hash doesnt work
Reply
(April 7, 2022, 09:23 PM)koil Wrote: root hash doesnt work


use it like this
$6$HJWtdM63SqnL6alL$h/FUZ0TNaCCrCgEzeuT9ityQcDmYcMCA0fErrvkZVBmf0TQJntGSRMDo.AXZA9V00.qAsZ04554.dUJcFszUM1
I will help you...
Reply
thanks
Reply
thanks
Reply
I got normal user access but can't root access 
I don't understand how to decompiled the apk


(April 7, 2022, 10:01 PM)JohnRaid Wrote:
(April 7, 2022, 09:23 PM)koil Wrote: root hash doesnt work


use it like this
$6$HJWtdM63SqnL6alL$h/FUZ0TNaCCrCgEzeuT9ityQcDmYcMCA0fErrvkZVBmf0TQJntGSRMDo.AXZA9V00.qAsZ04554.dUJcFszUM1


How to compiled the apk with apktool, I have error and I can't
Reply
(May 30, 2022, 10:05 AM)wiener113 Wrote: I got normal user access but can't root access 
I don't understand how to decompiled the apk


(April 7, 2022, 10:01 PM)JohnRaid Wrote:
(April 7, 2022, 09:23 PM)koil Wrote: root hash doesnt work


use it like this
$6$HJWtdM63SqnL6alL$h/FUZ0TNaCCrCgEzeuT9ityQcDmYcMCA0fErrvkZVBmf0TQJntGSRMDo.AXZA9V00.qAsZ04554.dUJcFszUM1


How to compiled the apk with apktool, I have error and I can't


# Decompile and Recompile An android APK using Apktool (READ FIRST!!!)
https://medium.com/@sandeepcirusanagunla/decompile-and-recompile-an-android-apk-using-apktool-3d84c2055a82

wget https://github.com/iBotPeaches/Apktool/releases/download/v2.6.1/apktool_2.6.1.jar

java -jar apktool_2.6.1.jar b -f -d catchv1.0 -o catchv2.apk

keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore catchv2.apk alias_name
jarsigner -verify -verbose -certs catchv2.apk
I will help you...
Reply


 Users viewing this thread: HTB CATCH WRITEUP: No users currently viewing.