• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Burp Suite Professional v2.1.07

Status
Not open for further replies.

0x1

LeVeL23 HacKerS TeaM
User
Joined
Nov 15, 2013
Messages
880
Reputation
0
Reaction score
6,315
Points
243
Credits
78
‎11 Years of Service‎
18%
BurpSuite Professional / Community 2.1.07

cBjIZKE.png

This release considerably improves Burp's SSL/TLS coverage.  Historically, quirks in different server-side implementations together with bugs in the client-side Java stack led to problems connecting to some web sites. These have now been virtually eliminated.

The Venn diagram below shows how Burp's coverage now compares with Google Chrome for the Alexa top 100,000 sites. Burp achieves substantial overlap with Chrome. Burp can connect to 1,696 sites that Chrome does not, and only fails to connect to 125 sites that Chrome can connect to.
 ​

This link is hidden for visitors. Please Log in or register now.

(Note that Burp's additional coverage is largely because Burp tolerates some older and weaker protocols and ciphers, in the interests of maximizing connectivity.)

Various improvements have been made to the crawling phase of scans:

  • The event log contains improved feedback regarding account self-registration and login.
  • Crawling is more efficient, with substantially fewer requests needed to discover the same range of locations.
  • Various minor bugs have been fixed.

Download

To see this hidden content, you must like this content.
 
Could you add some instructions pleas? 🙂

 
  • Like
Reactions: 0x1
Info from Patch

Cracked by SCZ

Surferxyz's keygen has been supported until Burp 2.0.11beta, and finally expired in version 2.1. This is because of 2.1
The Burp registration algorithm has changed, including but not limited to:

1) The license format has been changed to include the SHA256 signature. Older versions of keygen did not generate corresponding fields.

2) No longer call library functions for key large number operations, but implement large number modular powers and large number comparisons by themselves, which is equivalent to
Inline expansion. This makes the old version of keygen's modification to compareTo () not work.

In general, the overall structure of the 2.1 registration algorithm is unchanged from earlier versions, such as DES keys, large numbers n
And so on, the old values are used, and the new changes are completely for the purpose of combating known cracks.

Instruction

chmod +x burp-loader-keygen-2_1_07.jar;chmod +x burpsuite_pro_v2.1.07.jar

java -jar burp-loader-keygen-2_1_07.jar

java -noverify -Xbootclasspath/p:burp-loader-keygen-2_1_07.jar -jar burpsuite_pro_v2.1.07.jar

  •  Copy License to BurpSuite
  •  Click Manual activation, click Copy request
  •  Copy Request to Burp-loader-keygen's Activation Request
  •  Copy the automatically generated Activation Response back to BurpSuite
  •  Done, get started
  •  You can write an executable shell and throw it under /usr/bin


example : copy all files to directory /opt/burpsuite

Code:
echo '#!/bin/bash' > /usr/bin/burp
echo 'cd /opt/burpsuite/' >> /usr/bin/burp
echo 'java -noverify -Xbootclasspath/p:burp-loader-keygen-2_1_07.jar -jar burpsuite_pro_v2.1.07.jar' >> /usr/bin/burp
chmod +x /usr/bin/burp
 
Is there any known list of anti viruses that can detect it?

 
Is there any known list of anti viruses that can detect it?
\VonWolfenYou can check md5 from bursuite-pro.jar go to releses

Code:
http://releases.portswigger.net/
YVy1DoW.png

Code:
burpsuite_pro_v2.1.07.jar
MD5: d22900104f4ae2d7c48a496741ab2091 
SHA256: 3f18904e094693c411b9451d8dba8b79e9f5228de0a72752abdf3c28c414af80
Scan result for burp-loader-keygen-2_1_07.jar:

  • No engine(s) detected this file: 0 / 32
  • SHA-256: ae37c4b69af3b6b0d3b21dfad20531c3b16889d8416d77b74dde57cc1372ba05
  • File name: burp-loader-keygen-2_1_07.jar
  • File size: 47.8 KB
  • Analysis date: 2020-01-23 | 09:55:01

Code:
https://www.kleenscan.com/scan_result/15e47088a386a08239ddbff6502bae64
 
Status
Not open for further replies.
Back
Top