Skip to content
View imshaiknasir's full-sized avatar
๐ŸŽฏ
Being consistent
๐ŸŽฏ
Being consistent

Block or report imshaiknasir

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
imshaiknasir/README.md

Pinned Loading

  1. How to Sign an APK How to Sign an APK
    1
    ### Create a key using
    2
    `keytool -genkey -v -keystore whateverName.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000`
    3
    
                  
    4
    ### Sign the apk
    5
    `jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore whateverName.keystore my_application.apk alias_name`
  2. OSINT-beginners-Notes.md OSINT-beginners-Notes.md
    1
    ###  :heart_eyes: The beginners note for OSINT :books:
    2
    <hr>
    3
    
                  
    4
    <div align='center'>
    5
    <img src='https://user-images.githubusercontent.com/16454658/102538841-db362280-40d2-11eb-990a-127e24a2d0c6.png'>
  3. Setting up Apktool for Android Rever... Setting up Apktool for Android Reverse Engineering
    1
    ## Setting up Apktool for Android Reverse Engineering ๐Ÿ› ๏ธ๐Ÿ“ฑ
    2
    * * *
    3
    ### Steps:
    4
    1. Download Windows [wrapper script](https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat). Save it as `apktool.bat` file-name.
    5
    2. Download [apktool-2 jar](https://bitbucket.org/iBotPeaches/apktool/downloads/) file. After download rename the file as `apktool.jar`.