-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Payload Rename Justification
jlee-r7 edited this page Nov 18, 2013
·
5 revisions
Many payloads perform the same task, yet have different names. This results in confusion and a bad new-user experience. Specifically, ARCH_CMD payloads differ greatly from their shellcode-derived brethren. For example, the most heavily used payload is windows/meterpreter/reverse_tcp
; the equivalent in ARCH_CMD land is cmd/unix/reverse
, which gives no indication that the session type will be a shell.
I propose we rename all the aberrantly-named payloads to match the convention. Specifically:
- cmd/unix/reverse -> cmd/unix/shell_reverse_tcp_telnet
- cmd/unix/reverse_bash -> cmd/unix/shell_reverse_tcp_bash
- Home Welcome to Metasploit!
- Using Metasploit A collection of useful links for penetration testers.
-
Setting Up a Metasploit Development Environment From
apt-get install
togit push
. - CONTRIBUTING.md What should your contributions look like?
- Landing Pull Requests Working with other people's contributions.
- Using Git All about Git and GitHub.
- Contributing to Metasploit Be a part of our open source community.
- Meterpreter All about the Meterpreter payload.