Postmodern

Results 391 issues of Postmodern

Add a shell command encoder that replaces spaces with `${IFS}`. See [lib/ronin/payloads/encoders/builtin/shell/encode.rb](https://github.com/ronin-rb/ronin-payloads/blob/main/lib/ronin/payloads/encoders/builtin/shell/encode.rb) as an example of a shell encoder class.

feature
help-wanted
builtin-encoders

Add a JSP payload which executes a command and returns the output upon request. It should be able to generate a compiled JAR or a WAR file. ## Examples *...

feature
help-wanted
builtin-payloads

Add a built-in `jsp/bind_shell` bind shell payload.

feature
help-wanted
builtin-payloads

Add a `jsp/reverse_shell` built-in payload. * https://github.com/LaiKash/JSP-Reverse-and-Web-Shell/blob/30ae24510b81f2825779ae7551d28ec57d057fc4/shell.jsp#L59-L102

feature
help-wanted
builtin-payloads

Add a `## Usage` section with a `ronin-payloads build ...` example command, showing how to build that payload, to all of the top-level documentation to all `builtin/` payload classes. *...

documentation

Every `Ronin::Payloads::Mixins::` module should have a top-level example showing how they should be used in an payload class. * [ ] `Ronin::Payloads::Mixins::Binary` * [ ] `Ronin::Payloads::Mixins::BindShell` * [ ] `Ronin::Payloads::Mixins::BuildDir`...

documentation
good first issue

Add a plain vanilla bind shell shellcode payload for NetBSD x86.

feature
help-wanted
shellcode

Add a plain vanilla bind shell shellcode payload for FreeBSD x86-64.

feature
help-wanted
shellcode

Add a plain vanilla bind shell shellcode payload for macOS x86-64.

feature
help-wanted
shellcode