byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.38k stars 1.64k forks source link

lunch crackmapexec in backgroung ? #293

Closed ghost closed 5 years ago

ghost commented 5 years ago

hello, i would lunch crackmapexec with "crackmapexec 127.0.0.1 -u Administrateur -p "..\Dossier all\list_mdp.lst" /?" this command and in background but I do not know how to do it. Someone would have any idea

awsmhacks commented 5 years ago

Hi, There are several ways of backgrounding a process in linux or you could use something like screen or tmux. Check out these links and it might get you thinking: https://www.lifewire.com/multitasking-background-foreground-process-2180219 https://linuxize.com/post/how-to-use-linux-screen/

This isnt really an issue with CME and would be better asked somewhere like stackoverflow.

byt3bl33d3r commented 5 years ago

This is a bash question, not a cme bug.