Feature #1205
meterpreter unix functions
| Status: | New | Start date: | 03/18/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | meterpreter - win32 | |||
| Target version: | Open Backlog | |||
| Resolution: | How To Use: | |||
| Release Note: |
Description
Meterpreter should have a few common unix utils such as ping and less.
Related issues
History
Updated by Joshua Abraham almost 2 years ago
strings should also be included.
Updated by Nelson LeBlanc almost 2 years ago
grep or something like grep would be incredibly useful.
Updated by Kris Katterjohn almost 2 years ago
+1 for grep
And while we're on regexes, a simple sed with at least s// for in-place edits can be useful
Updated by HD Moore almost 2 years ago
- Category set to meterpreter - win32
Updated by Franck A. almost 2 years ago
Hi!
You can use some unix command like grep with Meterpreter and GNU utilities for Win32 'unxutils' :
run uploadexec -e grep.exe -o "-r login *" -v -r
Updated by James Lee over 1 year ago
- Target version set to Open Backlog