View Issue Details

IDProjectCategoryView StatusLast Update
0000339Kali LinuxQueued Tool Additionpublic2021-05-18 11:02
Reportersaberzaid Assigned Todookie  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version1.0.6 
Summary0000339: shellnoob
Description

Writing shellcodes has always been super fun, but some parts are extremely boring and error prone. Focus only on the fun part, and use ShellNoob!

Features:

convert shellcode between different formats (currently supported: asm, bin, hex, obj, exe, C, python, ruby, pretty)
interactive opcode-to-binary conversion (and viceversa) mode. This is useful when you cannot use specific bytes in the shellcode.
resolve syscall numbers and constants (not exactly implemented yet :-))
portable and easily deployable (it only relies on gcc/as/objdump and python). And it just one python file!
in-place development: you run ShellNoob directly on the target architecture!
other options: prepend breakpoint, 32bit/64bit switch.
read from stdin / write to stdout support (use "-" as filename)

download and info:

https://github.com/reyammer/shellnoob

Activities

dookie

dookie

2013-10-07 12:51

reporter   ~0000962

Added in shellnoob_2.0.0.0.1-1kali0.

Thanks for the suggestion.

Issue History

Date Modified Username Field Change
2013-05-03 16:53 saberzaid New Issue
2013-10-07 12:51 dookie Note Added: 0000962
2013-10-07 12:51 dookie Status new => resolved
2013-10-07 12:51 dookie Fixed in Version => 1.0.6
2013-10-07 12:51 dookie Resolution open => fixed
2013-10-07 12:51 dookie Assigned To => dookie
2013-12-06 16:24 Lancha Issue cloned: 0000744
2021-05-18 11:02 g0tmi1k Category New Tool Requests => Queued Tool Addition