Hack the Game of Thrones CTF (CTF Challenge part 1)
Hello friends! Today we are going to take another CTF challenge known as C0m80. The credit for making this vm machine goes to “OscarAkaElvis” and it is another capture the flag challenge in which our...
View ArticleHack the Game of Thrones VM (CTF challenge part 3)
Now we use the information above to find the tables available in the database.We find the name of the table, it is called iron_throne.Now we find a morse code when we decode it we find it converts to...
View ArticleHack the Gamee of Thrones VM (CTF challenge part 2)
We use login the username and password we find in the TXT records.We use the search provided by the site to check for vulnerabilities.We use the file manager module and it opened a file manager that...
View ArticleComprehensive Guide to nmap port status
Hello friends, several times you might have used NMAP to performing Network scanning for enumerating active Port services of target machine but in some scenarios you don’t get simple message if a port...
View ArticleSessions Command in Metasploit
Today we are going to learn about the session’s command of the Metasploit Framework. Sessions command basically helps us to interact and manipulate with the various sessions created through the...
View ArticleManual Post Exploitation on Windows PC (Network Command)
Hello friends!! Today you will learn how penetrate a network for enumerating any information of a system once it is compromised by any attacker.RequirementAttacker: Kali LinuxTargets:Windows operating...
View ArticleUnderstanding Guide for NMAP Ping Scan (Firewall Bypass)
In this article we are going to scan the target machine with different Nmap ping scans and the response packets of different scans can be confirmed by analysis of Nmap traffic through Wireshark.Ping...
View ArticleUnderstanding Guide for Nmap Timing Scan (Firewall Bypass)
In this article we are going to scan the target machine with normal Nmap scan along with Timing template and the time between packets can be confirmed by analysis of Nmap traffic through...
View ArticleAdvance Web Application Testing using Burpsuite
Hello friends!! Today we are going to discus advance option of Burpsuit pro for web penetration testing; here we had used Bwapp lab which you can install from here and acunetix vulnerable web...
View ArticleUnderstanding Guide to Mimikatz
What is Mimikatz?Mimikatz is a Tool made in C Language by Benjamin Delpy. It is a great tool to extract plain text passwords, hashes and Kerberos Tickets from Memory. It can also be used to generate...
View ArticlePort scanning using Metasploit with IPTables
Scanning port is a technique used by penetration tester for identifying state of computer network services associated with particular port number. For example port 80 is available for HTTP service and...
View ArticleGenerating Scan Reports Using Nmap (Output Scan)
Hello friends, several times you might have used NMAP to performing Network scanning for enumerating active Port services of target machine but there are sometimes where we want to save the nmap scan....
View ArticleBypass SSH Restriction by Port Relay
Today we are going to access the ssh port which is blocked by the firewall and is forwarded to another port through Port relay tool. Netcat relay is quite useful tool to connect with any remote system...
View Article5 Ways to Hack MySQL Login
In this article, we will learn how to gain control over our victim's PC through mysql service via port 3306. There are various ways to do it and let take time and learn all those because different...
View Article6 Ways to Hack PostgresSQL Login
In this article, we will learn how to gain control over our victim's PC through 5432 Port use for Postgres service. There are various ways to do it and let take time and learn all those because...
View ArticleSpawn TTY Shell using Msfvenom (One Liner Payload)
Hello friends!! Today you will learn how to spawn a TTY reverse shell through netcat by using single line payload which is also known as stagers exploit that comes in metasploit. Basically there are...
View Article6 Ways to Hack VNC Login Password
In this article, we will learn how to gain control over our victim’s PC through 5900 Port use for VNC service. There are various ways to do it and let take time and learn all those because different...
View ArticleExtract LinkedIn Usernames from Google using Burpsuite pro
Hello friends!! Today you will learn how to extract username from any social site such as Facebook, LinkedIn and etc. using burp suite pro. Burpsuite pro provides Python Scripter as an advance option...
View ArticleComprehensive Guide to Crunch Tool
Hello friends!! Today we will demonstrate how a pentester can generate his own wordlist for username either password using the most powerfultool CRUNCH. In kali Linux you can easily get crunch by...
View ArticleExamine Browser Ad-Blockers Strength using Burpsuite
Today we will determine the effectiveness of different blocker such as Ghostery, AdblockUltimate and Ublock Originwhich are extension of browser’s and their work is to block Ad’s popping up while...
View Article