-
I have the following code trying to run an auxiliary module and get the output:
```python
from pymetasploit3.msfrpc import MsfRpcClient
client = MsfRpcClient('yourpassword', ssl=True)
aux = c…
-
The execution of the program doesn't go beyond the following code:
```python
from pymetasploit3.msfrpc import MsfRpcClient
client = MsfRpcClient('yourpassword', ssl=True)
```
Output from `msf…
-
┌──(zer07even㉿zer07even)-[~/beef]
└─$ sudo ./beef 1 …
-
5
Installing reline 0.1.5
--- ERROR REPORT TEMPLATE -------------------------------------------------------
# Error Report
## Questions
Please fill out answers to these questions, it'll help …
-
First I started the RPC service.
```
[root@bogon framework]# msfrpcd -P test -S -f -a 0.0.0.0
[*] MSGRPC starting on 0.0.0.0:55553 (NO SSL):Msg...
[*] MSGRPC ready at 2019-06-04 17:46:09 +0800.
`…
-
## Steps to reproduce
How'd you do it?
1. Set up a fresh Ubuntu 19.10 VM
2. run `curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wr…
-
## The Problem
The search command on msfconsole almost immediately shows the results, but when you search for the same thing using MsfRPC, it's significantly slower. The following demonstrates:
…
-
msfrpcd -U xxxxxx -P xxxxxx -f -S false
request many times then
framework.log
```
[05/22/2020 20:51:24] [e(0)] rex: Proc::on_request: NoMethodError: undefined method `to_msgpack' for /.*/:Reg…
-
## Steps to reproduce
1. After succesfully running `msfdb init` and verifying `msfdb status` is running
2. `msfrpcd -U msf -P msf123 -j` thinks db isn't running
3. Runs correctly without the -j o…
ghost updated
3 years ago
-
When I call the rpc, I find that it's single thread. If I want to modify the default action, where should I edit in msf source?
## Steps to reproduce
How'd you do it?
1. I sleep 20 second …