Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/docker/msfconsole.rc
Views: 11704
<ruby> run_single("setg LPORT #{ENV['LPORT']}") if ENV['LPORT'] if ENV['LHOST'] lhost = ENV['LHOST'] else lhost = %x(hostname -i) end run_single("setg LHOST #{lhost}") run_single("db_connect #{ENV['DATABASE_URL']}") if ENV['DATABASE_URL'] </ruby>