ninja chop

git-svn-id: file:///home/svn/incoming/trunk@2985 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-10-30 23:16:23 +00:00
parent 93e9f974b7
commit e6a9af1dc6
2 changed files with 3 additions and 27 deletions

View File

@ -1,17 +1,17 @@
Major subsystems
----------------
Rex
rex (lib/rex)
Contains generic classes that are used by various libraries
and by framework-core and other subsystems.
framework-core
framework-core (lib/msf/core)
Provides the interface for interacting with modules, managing
sessions, and coordinating exploitation.
framework-base
framework-base (lib/msf/base)
Implementations of the default sessions included in the
framework, such as Meterpreter, and other various elements
@ -51,12 +51,3 @@ Dependencies
| msfweb | | exploits |
| msfgtk | | payloads |
+-----------------+ +-----------------+
User Interface Commands
-----------------------
Exploits
--------
auto_target: Will automatically set the TARGET based on information
returned from check.

View File

@ -1,15 +0,0 @@
msfconsole > jobinit recon tcp_port_scan 10.0.0.0/24 0-65535
Job 1 created.
msfconsole > autoexec exploit msrpc_dcom when RPORT=135
The msrpc_dcom will be automatically executed when:
1. Remote port 135 is found to be open.
msfconsole > jobexec 1
Job 1 is now executing
msfconsole >
Session 1 is ready for host 10.0.0.7
msfconsole > interact 1
meterpreter> use -m Net
...
^Z
msfconsole >