BurpUnlimited — Just extends BurpLoader’s license

Search for a command to run...

No comments yet. Be the first to comment.
Ngoài pentest, hệ thống cần được kết hợp thêm nhiều các dịch khác nhằm tăng cường góc nhìn, tăng tính phản biện cho quá trình tìm lỗ hổng.

Recently, I have done a big update in RequestBin and release a new version called Next-Gen RequestBin. Now, let’s take a look at the 3 main features in this version. 1. Support both DNS and HTTP on an unique ID In this version, I have combined DNSBin...

Cách đây khoảng vài tháng, không hiểu vì lý do gì tôi không còn truy cập được trực tiếp dịch vụ Medium, hỏi han bạn bè thì mọi người cũng bị tình trạng tương tự. Cũng may tôi chưa xuống tiền mua gói membership không thì chắc khóc ròng mất mấy tháng. ...

Nếu người dùng từ Medium hay Ghost chuyển sang Medium, chắc hẳn bạn cũng sẽ như tôi, rất khó chịu về việc căn lề trái mặc định của editor. Mọi thứ bị xô lệch, cả chữ lẫn ảnh nhìn rất khó chịu. Kích hoạt tính năng tùy chỉnh giao diện Rất may một tr...

Tôi là 1 fan của Heroku vì tính tiện dụng và đặc biệt là giá trị của nó đối với các developer và các ứng dụng nhỏ. Tuy nhiên, gần đây tôi có phát triển dự án CVEData, dự án này đòi hỏi mức độ dữ liệu lớn và các gói của Heroku có vẻ không còn hợp lý n...

First of all, I usually use the Burpsuite free version rather than the pro version. Recently, a friend introduced me some good plugins for Burpsuite. So, I think there are many useful plugins in store’s Burpsuite. Unfortunately, they just run on Burpsuite pro.
My visa card has some problems, so I temporary cannot buy the pro license. During waiting for the bank, I tried to find “some free” for the license. Luckily, I found BurpLoader by larry_lau. It make me able to use Burpsuite Pro without any license.
However, when use BurpLoader, I wonder some things:
Who is larry_lau? Why don’t have any official page for BurpLoader hosting? I really don’t know my version which I used is malware or not.
Cracking Burpsuite is hard or not? Why is there no other tool besides the BurpLoader?
How can I get an unlimited version? Why is his license only 1 year (Current version is expired on Dec 2nd 2017)
I tried to find answers by Google. However, it does not seem much information.

So, nobody does, I do!
Important note: This project is NOT intended to replace BurpLoader. It just EXTENDS BurpLoader’s license!

Project name: BurpUnlimited
Created by: cuongmx
Email: cuongmx@gmail.com
Based on: BurpLoader by larry_lau
Repos:
https://burpunlimited.sourceforge.io/
Current release: https://sourceforge.net/projects/burpunlimited/files/BurpUnlimited.zip/download
This is a tools which helps user’s BurpLoader continue use after expired at Dec 2nd 2017.
In addition, there are 2 difference features which are not in BurpLoader:
It has an official page for download at https://burpunlimited.sourceforge.io/
It’s opensource at https://sourceforge.net/p/burpunlimited/code/ci/master/tree/ and https://github.com/cuongmx/BurpUnlimited

There are some techniques which I used in this project (more details will talked in Part 2 and Part 3 - or not):
Decompile BurpLoader to get source code rebuild my own project which remove many obfuscated code.
I used javaagent technique for somethings: + Compare all class’s BurpLoader at runtime with original class’s BurpPro at runtime to review all change which is maked by BurpLoader. That helps me to know what exactly did it do. + After review, Javaagent helps me remove some unclear code in TestDisclaimer class’s BurpLoader.
From command line:
java -javaagent:BurpUnlimited.jar -agentpath:lib/libfaketime<osverion> -jar BurpUnlimited.jar
From GUI, double click on BurpUnlimited.jar (set permision before)
1> There are some requirements files in lib at current folder:
burpsuite_pro_v1.7.26.jar is main object
libfaketime* Lib for hook time activation. Sourcecode is at https://github.com/faketime-java/faketime
2> For windows, vcredist is required: https://www.microsoft.com/en-gb/download/details.aspx?id=48145
3> The folder for_windows_if_you_dont_wanna_install_vcredist is for anyone who don’t wana install vcredist, please chose the file for x64 or x86, rename to vcruntime140.dll and copy to BurpUnlimited.jar’s folder
4> To have no unexpected error, please leave all file in the folders which have not any space character (including java binary file in case not run with default java).
5> This version is tested run stable on MACOSX 64 bit, Ubuntu 64 bit, Windows 64 and 32 bit. If you have any error in starting, please try some ways:
Change manually your datetime to before 01/10/2017
Build your own libfaketime, sourcecode is at https://github.com/faketime-java/faketime
Or contact me cuongmx@gmail.com
BurpUnlimited.zip 006b62bf925a4acb27392f8ab820fd14
BurpUnlimited.jar 5cf68ad0cc2d4ee265d0da1469decf21
This project references some codes and some projects bellow:
Decompile BurpLoader’s larry_lau
https://github.com/faketime-java/faketime
This is a copy from Mediumerser https://m.cuong.mx/burpunlimited-just-extends-burploaders-license-d226fcb232aa