Search results


##For Purchasing Advertisement Contact US ##
Jabber : [email protected] | Telegram :- @dnc4evr

Text ADS PLACE HERE.
TEXT ADS PLACE HERE.
FeClub.cc Biggest automated CC shop | Rare bins | High-quality CCs
SMACKDOWN.CC Top CVV Store | Free Checker | Daily Updates | Verified Sellers
Wizard's Fresh CVV/Dumps TR2+PIN | Banks | PayPal
MaskeCC Global CC Wholesale/Rare BIN
BVCC Best CVV shop | High-quality

  1. N

    [Guide] How to Exploiting the Webserver using Sqlmap and Metasploit (OS-Pwn)

    This article is about how to use sqlmap for SQL injection to hack victim pc and gain shell access. Here I had performed SQL attack to gain three different types of the shell (meterpreter; command shell; VNC ) Requirement: Xampp/Wamp Server DVWA Lab Kali Linux: Burp suite, sqlmap tool Very...
  2. N

    [Guide] How to Hack the Fortress VM (CTF Challenge)

    today we are going to solve another CTF challenge “FORTRESS” of the vulnhub labs. The level of this challenge is not so tough and its difficulty level is described as medium. Solving this lab will give you a good experience of web penetration testing. You can download it from here...
  3. N

    [Guide] How to Penetration Testing in Metasploitable 3 with SMB and Tomcat

    Target: Metasploitable 3 Attacker: Kali Linux Let’s begin through scanning the target IP to know the Open ports for running services. I am using nmap command for scanning the target PC. Type the following command on terminal in kali Linux. nmap –p- -sV 192.168.1.14 From nmap result we can see...
  4. N

    [Guide] How to Hack Metasploitable 3 using Elasticsearch Exploit

    Elastic search is a distributed REST search engine used in companies for analytic search. And so we will learn how to exploit our victim through it. Start off by nmap. nmap –p- -A 192.168.1.8 Nmap shows a splendid result and in that result you can see that HHTP service going on 9200 which is...
  5. N

    [Guide] How to Hack the Hackday Albania VM (CTF Challenge)

    Hello friends!! Today we are going to solve another CTF challenge “HackDay-Albania” which is presented by Vulnhub.com and designed by R-73eN for the beginners who want to practice OSCP lab challenges. You can download it from here: https://www.vulnhub.com/entry/hackday-albania,167/ Level...
  6. N

    [Guide] How to Hack Locked PC in Network using Metasploit

    Today we will discover how to take Meterpreter session of a pc in a network which is switched on but is locked. Let us assume that our victim’s pc already has sticky keys attack enabled on it. To know more about sticky keys, visit https://en.wikipedia.org/wiki/Sticky_keys. You will need physical...
  7. N

    [Guide] How to Hack the SkyDog Con CTF – Catch Me If You Can VM

    SkyDog is the second VM in CTF series created by James Brower. It is configured with DHCP so the IP will be given to it automatically. This VM is based on Catch me if you can which is a movie about Frank who is a conman. So it is correct to assume that a broad OSINT concept will be used in it...
  8. N

    [Guide] How to bWAPP Command Injection Exploitation using Commix Bypass All Security

    Command injection is an attack in which the goal is execution of arbitrary commands on the host operating system via a vulnerable application. Command injection attacks are possible when an application passes unsafe user supplied data (forms, cookies, HTTP headers etc.) to a system shell. In...