Skip to main content

Posts

Showing posts from February, 2022

Hacking with Kali Cheatsheet

Since it is hard as well as no point to remember the tons of commands use to penetrate ,this sheet can be used as reference . ##Dos-Attacks with Slowloris ##Information Gathering ##Nikto Webserver Scanner ##ARP spoofing ##Capturing cookies ##WPA cracking ##cracking WEP Auth ##Deauthentication Attack ##DNS spoofing ##Fake Authentication ##FTP exploitation ##Database hacking ##Injecting packets ##JS injection ##MITMF attack ##web server hacking ##Wireshark sniffing spoofing Checkout some more hacking scripts SECURING SYSTEM BLUETOOTH ATTACKS STEALING AND SNIFFING ATTACKS KALI LINUX HACKING COMMANDS CHEATSHEET TROJAN AND BACKDOORS DICTIONARY AND BURTEFORCING ATTACKS MAN IN THE MIDDLE ATTACKS

Sandbox Detection

Sandboxing : - It is a computer security term reffering to when a program in set aside from other progams in a seprate environment so that if errors or security issues occur ,those issues will not spread to other areas on the computer . - Programs are enabled in their own sequestered area ,where they can be worked on without posing any threat to other programs. - Sandboxes can look like a regular operating environment ,or they cna be much more bare bones .V M are often used for what are reffered to as runtime sandboxes. You can also checkout other hacking scripts in this page hacking scripts : SandBox Detection : For defense against Sandbox or to detect wheather our trojan is running in sandbox or actual operating system. We can use a few indicators to try to determine whether our trojan is executing within a sandbox. we'll monitor our target machine for recent user input ,including key-strokes and mouse-clicks. [ Whole concept ] The script will try to determine if the

Android - CheatSheet

Following page contains ways to execute some methods in android with java : This will keep on updating every week ##Create a Toast ##Set text inside TextView ##Get String from EditText and set to Text View ##Add items into ListView ##Shared preferences ##Adding Video player ##Media Controller for above mentioned video player ##Audio Player ##Seek bar to control volume of above mentioned audio player ##Seek bar to progress along with audio in Audio Player mentioned above ##Run background task with AsyncTask ##Send data from or open one activity to other Get Text in textView and hit submit button ,text will append in second activity Main activity second activity Checkout some more hacking scripts SECURING SYSTEM BLUETOOTH ATTACKS STEALING AND SNIFFING ATTACKS KALI LINUX HACKING COMMANDS CHEATSHEET TROJAN AND BACK