A meterpreter is an advanced, stealthy, multifaceted, and dynamically extensible payload which operates by injecting reflective DLL into a target memory. Scripts and plugins can be dynamically loaded at runtime for the purpose of extending the post-exploitation activity. This includes privilege escalation, dumping system accounts, keylogging, persistent backdoor service, enabling remote desktop, and many other extensions. Moreover, the whole […]
Tag: meterpreter commands
Hack Wi-Fi Settings of Windows Machine Remotely [After Meterpreter]
The Metasploit framework is well known in the realm of exploit development. It is a standalone tool for security researchers, penetration testers and IDS/IPS developers. As of now, it has 1700+ exploit definitions and 215 payloads for injection – a huge database. Metasploit is a great tool, and it allows you to not only do […]
Pentesting Windows 2000/2003 Server with Metasploit Framework – Detailed Tutorial
This is a very detailed step by step tutorial on How to pentest a Remote PC (Windows 2000/2003 server) with Metasploit Framework. We’ve used Kali Linux 2017.1 and Windows 2000 server in a virtual environment (VMware Workstation). The ease of pen testing is scary and readers, sysadmins are advised to update their Windows 2000/2003 server […]
Meterpreter Commands in Detail 2017 – Metasploit Framework
After a successful exploit a Meterpreter shell allows you to perform many different functions along with a full remote shell. Meterpreter is great for manipulating a system once you get a remote connection, so depending on what your goals are; a Meterpreter shell is usually preferred to a straight remote terminal shell. Meterpreter gives us […]
Use Keylogger in Metasploit Framework
Sometimes a penetration tester may have remote access to a user’s machine, but he may not have the user’s password. Maybe the user has a very long complex password that would just take too long to crack. What could he do? Meterpreter in the Metasploit Framework has a great utility for capturing keys pressed on […]
Change Windows Password of Remote PC via METASPLOIT
To change windows password, the first step is to hack that system via Metasploit framework and it always depends upon the target OS, like which version your target is using. In this article, we’re assuming that the target OS is Windows XP and the exploit which we’ll use is NETAPI which is one of the […]
Meterpreter Useful Top 60 Commands List – 2017 Update
Meterpreter is an advanced, dynamically extensible payload that uses in-memory DLL injection stagers and is extended over the network at runtime. It communicates over the stager socket and provides a comprehensive client-side Ruby API. How Meterpreter Works The target executes the initial stager. This is usually one of bind, reverse, findtag, passivex, etc. The stager […]
Hack a website with Ngrok, Msfvenom and Metasploit Framework
In a recent survey, only 15% of business owners saw security as a challenge when more than half had reported being hacked and of that, only 6% of small businesses don’t have anyone handling their online security. More people have access to the internet than ever before. This has prompted many organizations to develop web-based […]
Generate 100% FUD Backdoor with TheFatRat – Windows 10 Exploitation
As you all knows, Windows 10 is the latest edition of Microsoft having great security features but what if someone send a trojan/virus/backdoor/payload which is 100% FUD (Fully Undetectable) ? So basically, with the help of TheFatRat, you can easily develop a Trojan or backdoor and perform various post exploitation methods like Browser Hijacking, DDL […]