Posts

Showing posts from August, 2020

Unlimited drive

  Get  Free Google Shared Drive 团队盘名 邮箱地址 CH(Last Updated:July 4, 2020): 团队盘渠道                                         City College of San Francisco (mail.ccsf.edu)                                                                            Taiwan Education Center #2 (go.edu.tw)                                       Changhua County Line West Elementary School (sces.chc.edu.tw)                                       G Suite Enterprise (gdriveunlimited.net)                                       G Suite Nonprofits (bridgeporticcr.org)                                       Good Luck (Unspecified Domain)                                       (Under Maintenance)Southwestern College (swccd.edu)                                       (Under Maintenance)Hsinchu Education Center (gapp.hcc.edu.tw)                                       (Under Maintenance)Taiwan National Chung Cheng University (alumni.ccu.edu.tw)                                       (Under Maintenance)Sinclair Community College (my.s

Adding toast Description

Image
May 03, 2020 In this tutorial I'll show you how to add popup toast for apps & games in different activities like when open app or open settings or menu to show popup Adding toast Description Steps: 1)Decompile the apk file (I personally use apkeditor for this or apktool m) Note decompile dex files too 2)now open androidmanifest.xml and search for the activity that where you want to toast the message (ok i personally do not use toast in my mods but I recommend you to toast msg in app start or when nenu or settings open) Ok let's make toast to appear on sart of app 3)ok find the first activity in AndroidManifest.xml and it is mostly the startup screen or search for settings activitie your wish Now open the activity smali which is placed under the path which i circled in the image 4)now search for the code below... Copy and search it in that activity smali .method protected onCreate(Landroid/os/Bundle;)V Then you see lines like  this .method protected onCreate(Landroid/os/Bund

HACKSPLAINING name

  HACKSPLAINING pick a vulnerability to learn about sql injection   cross-site scripting   command execution   clickjacking   cross-site request forgery   reflected xss   file upload vulnerabilities   open redirects   unencrypted communication   user enumeration   password mismanagement   email spoofing   malvertising   logging and monitoring   buffer overflows sign up for free to access even more... directory traversal   dom-based xss   broken access control   information leakage   privilege escalation   session fixation   weak session ids   xml bombs   xml external entities   denial of service attacks   lax security settings   toxic dependencies

HACKSPLAINING

  HACKSPLAINING pick a vulnerability to learn about sql injection   cross-site scripting   command execution   clickjacking   cross-site request forgery   reflected xss   file upload vulnerabilities   open redirects   unencrypted communication   user enumeration   password mismanagement   email spoofing   malvertising   logging and monitoring   buffer overflows sign up for free to access even more... directory traversal   dom-based xss   broken access control   information leakage   privilege escalation   session fixation   weak session ids   xml bombs   xml external entities   denial of service attacks   lax security settings   toxic dependencies