-
When I am trying to connect with msf it's showing me .." Network error, pls check if msfrpcd is is running and on which protocol, if all fine then double check host:port"
The default Host and Port …
-
`Failed to load resource: the server responded with a status of 404 (Not Found)
p__Core__HostAndSession.js:1 HostAndSession
umi.js:1 TypeError: Cannot read property '_store' of undefined
at i (…
-
when I use `msfrpcd -P msf -S false -p 55552 -U msf`, it raise below error:
```
Traceback (most recent call last):
File "/home/runner/work/tcr-cmpt-ee/test.py", line 15, in
workspace = clie…
-
I opened this issue to specifically address a set of problems I came across when examining #13947. The rest of this issue is a duplicate of the content from [my comment](https://github.com/rapid7/meta…
-
## Steps to reproduce
* [x] Start the RPC service: `ruby msfrpcd -U user -P pass -S`
* [x] Start a RCP client: `ruby msfrpc -U user -P pass -a 0.0.0.0 -S`
* [x] In the client, do: `rpc.call('mod…
-
## Steps to reproduce
Using msfrpc:
1. Start msfrpcd:
> msfrpcd -P dummypass
2. Log in using msfrpc:
> msfrpc -P dummypass -a 127.0.0.1
3. Execute exploit:
> rpc.call("module.execute", "…
-
-
-
I want execute the following command without entering into the msfpro console
pro_discover 127.0.0.1 -p 1-65535
I have tried the following commands but no one success
msfpro -- -q -x 'pro_dis…
-
Hi,
During testing some modules, I realized evasion modules are not implemented in MsfModules, however you can query them through ModuleManager, is there any reason for that?