Skip to content

Releases: nicolasiltis/bdd-security

v2.2.13

14 Jun 14:10
Compare
Choose a tag to compare
Add html report exporting

v2.2.12

31 May 11:49
Compare
Choose a tag to compare
add feature to allow configuration of th e maxDepth

Bdd-security version with sslyze

24 May 08:41
Compare
Choose a tag to compare

Clean version of bdd-security

23 May 10:01
6d6e27f
Compare
Choose a tag to compare
  • Upstreamproxy & noproxy
  • firefoxdriver with capabilities

What is missing :

  • Sslyze feature
  • Nessus feature

v2.2.9

22 May 13:11
b54205c
Compare
Choose a tag to compare
Update ZapManager.java

v2.2.8: Update the proxy configuration and capabilities

22 May 07:44
Compare
Choose a tag to compare
 * update method createFirefoxDriver()
        - it adds the noProxy (if they have been set in config.xml) hosts to the ffprofile
        - delete the if block : [if (capabilities != null) { return new FirefoxDriver(capabilities);}] to be able to add some capabilities.

 * update createProxyCapabilities() to createProxyCapabilities(String type)
        - Instead of creating only chrome capabilities now it can create firefox capabilities aswell

 * add the method getNoProxyHosts()

 * add the method getNoProxyHosts() : extract the NoProxy hosts from the config.xml file

v2.2.7

17 May 15:25
0b35948
Compare
Choose a tag to compare
Update ZapManager.java

v2.2.6

15 May 11:07
Compare
Choose a tag to compare
debug

v2.2.5

07 May 13:42
38bb5d1
Compare
Choose a tag to compare
Update my_script.sh

v2.2.4

07 May 11:38
4523882
Compare
Choose a tag to compare
Update my_script.sh