Before we start learning about SEO or Search Engine Optimisation. It is important to know What is SEO? It’s a process of increasing the better visibility of our website or pages. In simple words, when people do search related to…
Author: admin
Protected: HTB Postman | Windows – Easy – CTF
There is no excerpt because this is a protected post.
Protected: Lab – Steganography
There is no excerpt because this is a protected post.
VMware Workstation and Device/Credential Guard are not compatible Fix
To enforce processing of the group policy, run Open command prompt as a administrator and type the following commands bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d “DebugTool”/application osloader bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path “\EFI\Microsoft\Boot\SecConfig.efi” bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215} bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS…

Protected: Lab – Denial of Service (DOS) Attack
There is no excerpt because this is a protected post.
Exercise – Arrays in Java
Find the sum and mean of N number using array Sort the array in descending order. Find the largest and smallest elements in the array without sorting . Also find its position in the array. Find the minimum and maximum…
DVWA installation steps
download dvwa link Extract and paste folder to c:/xampp/htdocs Changes in config.php file Now Edit php.ini find and change allow_url_include=on save the file Now start apache and mysql in xampp Now open dvwa site on browser open http://localhost/dvwa in browser…
SQL Injection Cheatsheet
Version SELECT @@version Comments SELECT 1; #commentSELECT /*comment*/1; Current User SELECT user();SELECT system_user(); List Users SELECT user FROM mysql.user; — priv List Password Hashes SELECT host, user, password FROM mysql.user; — priv Password Cracker John the Ripper will crack MySQL password…
SQL Injection Cheatsheet
This SQL injection cheat sheet contains examples of useful syntax that you can use to perform a variety of tasks that often arise when performing SQL injection attacks. String concatenation You can concatenate together multiple strings to make a single string. Oracle…
What is SMB ?
SMB has always been a network file sharing protocol. As such, SMB requires network ports on a computer or server to enable communication to other systems. SMB uses either IP port 139 or 445. What Are Ports 139 And 445?…