Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 1.42 KB | Hits: 31 | Expires: Never
Copy text to clipboard
  1. root@bt:/pentest/exploits/framework3# ./msfpescan MSRMCcodec02.dll
  2. Usage: ./msfpescan [mode] <options> [targets]
  3. Modes:
  4.     -j, --jump [regA,regB,regC]      Search for jump equivalent instructions
  5.     -p, --poppopret                  Search for pop+pop+ret combinations
  6.     -r, --regex [regex]              Search for regex match
  7.     -a, --analyze-address [address]  Display the code at the specified address
  8.     -b, --analyze-offset [offset]    Display the code at the specified offset
  9.     -f, --fingerprint                Attempt to identify the packer/compiler
  10.     -i, --info                       Display detailed information about the image
  11.     -R, --ripper [directory]         Rip all module resources to disk
  12.         --context-map [directory]    Generate context-map files
  13. Options:
  14.     -M, --memdump                    The targets are memdump.exe directories
  15.     -A, --after [bytes]              Number of bytes to show after match (-a/-b)
  16.     -B, --before [bytes]             Number of bytes to show before match (-a/-b)
  17.     -D, --disasm                     Disassemble the bytes at this address
  18.     -I, --image-base [address]       Specify an alternate ImageBase
  19.     -F, --filter-addresses [regex]   Filter addresses based on a regular expression
  20.     -h, --help                       Show this message
  21. root@bt:/pentest/exploits/framework3# ./msfpescan MSRMCcodec02.dll -j esp
  22.  
  23.  
  24. root@bt:/pentest/exploits/framework3#