1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| (Empire: listeners) > info New
New Options:
Name Required Value Description ---- -------- ------- ----------- StagerURI False URI for the stager. Must use /download/. Example: /download/stager.php ProxyCreds False default Proxy credentials ([domain\]username:password) to use for request (default, none, or other). KillDate False Date for the listener to exit (MM/dd/yyyy). Name True New Name for the listener. Launcher True powershell -noP -sta -w 1 -enc Launcher string. DefaultProfile True /admin/get.php,/news.php,/login/ Default communication profile for the agent. process.php|Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko DefaultLostLimit True 60 Number of missed checkins before exiting Host True http://192.168.1.155:80 Hostname/IP for staging. Port True 8080 Port for the listener. WorkingHours False Hours for the agent to operate (09:00-17:00). CertPath False Certificate path for https listeners. DefaultJitter True 0.0 Jitter in agent reachback interval (0.0-1.0). SlackChannel False #general The Slack channel or DM that notifications will be sent to. BindIP True 192.168.1.227 The IP to bind to on the control server. UserAgent False default User-agent string to use for the staging request (default, none, or other). StagingKey True b5195f448ed29a96415ae7a8babfa2d7 Staging key for initial agent negotiation. DefaultDelay True 5 Agent delay/reach back interval (in seconds). SlackToken False Your SlackBot API token to communicate with your Slack instance. ServerVersion True Microsoft-IIS/7.5 Server header for the control server. Proxy False default Proxy to use for request (default, none, or other).
|