From 7a5a26223a4e810e4bcd5da2833eb56335f8b6a0 Mon Sep 17 00:00:00 2001 From: Etienne Stalmans Date: Sun, 3 May 2020 11:36:12 +0200 Subject: [PATCH] update authors and include @rmaksimov --- ruler.go | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/ruler.go b/ruler.go index 7b7c35a..396d415 100644 --- a/ruler.go +++ b/ruler.go @@ -447,9 +447,9 @@ func connect(c *cli.Context) error { if mapiURL == "" { //try RPC if rawAutodiscover != "" { - resp, _, config.RPCURL, config.RPCMailbox, config.RPCNtlm, err = autodiscover.GetRPCHTTP(config.Email, url, resp) + resp, _, config.RPCURL, config.RPCMailbox, config.RPCNtlm, err = autodiscover.GetRPCHTTP(config.Email, url, resp) } else { - resp, rawAutodiscover, config.RPCURL, config.RPCMailbox, config.RPCNtlm, err = autodiscover.GetRPCHTTP(config.Email, url, resp) + resp, rawAutodiscover, config.RPCURL, config.RPCMailbox, config.RPCNtlm, err = autodiscover.GetRPCHTTP(config.Email, url, resp) } if err != nil { @@ -1128,15 +1128,25 @@ func main() { app.Name = "ruler" app.Usage = "A tool to abuse Exchange Services" - app.Version = "2.2.2" - app.Author = "Etienne Stalmans , @_staaldraad" + app.Version = "2.4.0" + app.Authors = []cli.Author{ + cli.Author{ + Name: "Etienne Stalmans", + Email: "@_staaldraad", + }, + cli.Author{ + Name: "Roman Maksimov", + Email: "@rmaksimov", + }, + } app.Description = ` _ _ __ _ _| | ___ _ __ | '__| | | | |/ _ \ '__| | | | |_| | | __/ | |_| \__,_|_|\___|_| -A tool by @_staaldraad from @sensepost to abuse Exchange Services.` +A tool by @_staaldraad and @sensepost to abuse Exchange Services. +` app.Flags = []cli.Flag{ cli.StringFlag{