All Projects → opsxcq → docker-metasploit

opsxcq / docker-metasploit

Licence: GPL-3.0 license
Metasploit framework with steroids

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-metasploit

Shellver
Reverse Shell Cheat Sheet TooL
Stars: ✭ 258 (+426.53%)
Mutual labels:  exploit, metasploit
Autosploit
Automated Mass Exploiter
Stars: ✭ 4,500 (+9083.67%)
Mutual labels:  exploit, metasploit
Eternalblue
Eternalblue written in CSharp. Contains version detection, vulnerability scanner and exploit of MS17-010
Stars: ✭ 150 (+206.12%)
Mutual labels:  exploit, metasploit
exploit-CVE-2016-6515
OpenSSH remote DOS exploit and vulnerable container
Stars: ✭ 53 (+8.16%)
Mutual labels:  exploit, container
Metasploit Cheat Sheet
Metasploit Cheat Sheet 💣
Stars: ✭ 139 (+183.67%)
Mutual labels:  exploit, metasploit
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (+1628.57%)
Mutual labels:  exploit, metasploit
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+679.59%)
Mutual labels:  exploit, metasploit
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+330.61%)
Mutual labels:  exploit, metasploit
Entropy
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
Stars: ✭ 126 (+157.14%)
Mutual labels:  exploit, metasploit
Imgbackdoor
Hide your payload into .jpg file
Stars: ✭ 87 (+77.55%)
Mutual labels:  exploit, metasploit
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (+279.59%)
Mutual labels:  exploit, metasploit
Drupalgeddon3
Drupal < 7.58 - Drupalgeddon 3 Authenticated Remote Code Execution (Metasploit)
Stars: ✭ 18 (-63.27%)
Mutual labels:  exploit, metasploit
edap
No description or website provided.
Stars: ✭ 22 (-55.1%)
Mutual labels:  container
minecraft-log4j-honeypot
Minecraft Honeypot for Log4j exploit. CVE-2021-44228 Log4Shell LogJam
Stars: ✭ 89 (+81.63%)
Mutual labels:  exploit
shu-shell
Webshell Jumping Edition
Stars: ✭ 23 (-53.06%)
Mutual labels:  exploit
typescript-container-action-template
🐙 Template repository to create a GitHub container action in Node.js with TypeScript
Stars: ✭ 25 (-48.98%)
Mutual labels:  container
akk-stack
Containerized EverQuest Emulator Server Environment
Stars: ✭ 36 (-26.53%)
Mutual labels:  container
waiter
Dependency injection, Inversion of control container for rust with compile time binding.
Stars: ✭ 71 (+44.9%)
Mutual labels:  container
Sonarr-AnimeDownloader
It is a Docker Container that uses Sonarr to download anime from AnimeWorld site (ITALY).
Stars: ✭ 28 (-42.86%)
Mutual labels:  container
scif
scientific filesystem: a filesystem organization for scientific software and metadata
Stars: ✭ 30 (-38.78%)
Mutual labels:  container

Metasploit docker container

Docker Pulls

logo

Metasploit is a penetration testing platform that enables you to find, exploit, and validate vulnerabilities. This image contains the base metasploit install along with some useful tools like nmap and tor.

Run

To run it just install docker and run

docker run --rm -it \
       -p 4444:4444 -p 80:80 -p 8080:8080 \
       -p 443:443 -p 445:445 -p 8081:8081 \
       strm/metasploit

Then it will run all services (tor and postgres) and start a tmux session

print

Tmux shortcuts

Use Ctrl + b then:

  • c - Creates a new window.
  • " - Split the window vertically.
  • % - Split the window horitonzatlly.
  • o - Switch the focus to another pane.
  • Any arrow key - Switch the focus to another pane in that direction.
  • n - Next window.
  • p - Previous window
  • 0 - Go to window number 0, by pressing 1 it will to go to window 1 and so on.
  • w - List windows.

Last updated: Sun 01 May 2022 11:12:07 AM EDT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].