Skip to content

Commit

Permalink
Update some info
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ssie committed Dec 13, 2019
1 parent 3bb8ecd commit 13ac382
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="Jaeles" src="https://image.flaticon.com/icons/svg/1432/1432425.svg" height="140" />
<p align="center">
<a href=""><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
<a href="https://github.com/jaeles-project/jaeles"><img alt="Release" src="https://img.shields.io/badge/version-beta%20v0.1.1-red.svg"></a>
<a href="https://github.com/jaeles-project/jaeles"><img alt="Release" src="https://img.shields.io/badge/version-beta%20v0.2-red.svg"></a>
<a href="https://inventory.rawsec.ml/tools.html#Jaeles"><img src="https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_flat.svg" alt="Rawsec&#39;s CyberSecurity Inventory"></a>
</p>
</p>
Expand Down Expand Up @@ -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.
Expand All @@ -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)

Expand Down
7 changes: 0 additions & 7 deletions core/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13ac382

Please sign in to comment.