diff --git a/README.md b/README.md index 6ddfb08..c7b5dcd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Jaeles

Software License - Release + Release Rawsec's CyberSecurity Inventory

@@ -52,10 +52,6 @@ Detect Jira SSRF CVE-2019-8451 Plugin can be found [here](https://github.com/jaeles-project/jaeles-plugins/blob/master/jaeles-burp.py) and Video Guide [here](https://youtu.be/1lxsYhfTq3M) -## Supporting me - -[![Backers](https://opencollective.com/jaeles-project/backers.svg?width=890)](https://opencollective.com/jaeles-project#backers) - ### Planned Features * Adding more signatures. @@ -80,7 +76,6 @@ Feel free to submit new signature to this [repo](https://github.com/jaeles-proje * Awesomes artworks are powered by [Freepik](http://freepik.com) at [flaticon.com](http://flaticon.com). ## Mentions -[![Rawsec's CyberSecurity Inventory](https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.rawsec.ml/tools.html#Jaeles) [My introduction slide about Jaeles](https://speakerdeck.com/j3ssie/jaeles-the-swiss-army-knife-for-automated-web-application-testing) diff --git a/core/sender.go b/core/sender.go index fefde38..0c23776 100644 --- a/core/sender.go +++ b/core/sender.go @@ -42,19 +42,12 @@ func JustSend(options libs.Options, req libs.Request) (res libs.Response, err er } req.Headers = newHeader - // if options.Debug { - // libs.DebugF("[Processing] for %v", url) - // } - // disable log when retry logger := logrus.New() if !options.Debug { logger.Out = ioutil.Discard } client := resty.New().SetLogger(logger) - // localAddress, _ := net.ResolveTCPAddr("tcp", "127.0.0.1") - // client := resty.NewWithLocalAddr(localAddress) - client.SetLogger(logger) // setting for client diff --git a/libs/version.go b/libs/version.go index d53590a..4d7eee5 100644 --- a/libs/version.go +++ b/libs/version.go @@ -2,7 +2,7 @@ package libs const ( // VERSION current Jaeles version - VERSION = "beta v0.1.1" + VERSION = "beta v0.2 RC0" // AUTHOR author of this AUTHOR = "@j3ssiejjj" // SIGNREPO default repo to get signature