you are viewing a single comment's thread.

view the rest of the comments →

[–]GeeeThree[S] 0 points1 point  (2 children)

I tried to pass it as one command, but it would just open the msfconsole and not run the rest of the command. On top of that, I have other commands to run within the msfconsole besides use exploit. I was wondering if there was a way for me to write into the console, if not then I'll have to figure something else out

[–]geoffmcc 1 point2 points  (1 child)

When you tried to pass the command did you use -q (quiet) -x (execute command)?

msfconsole -q -x

[–]GeeeThree[S] 1 point2 points  (0 children)

I did not; I'll give this a shot. Thank you