Releases: beefproject/beef
v0.6.0.0
Release v0.6.0.0
Major release with significant improvements:
Bug Fixes
- Refactored database reset and migration handling in BeEF debug modules for improved synchronization and conditional execution
- Fixed server start-up process in BeEF debug modules for improved consistency and teardown handling
- Resolved debug module data handling issues
- Fixed ActiveRecord compatibility issues
- Added connection pool cleanup after each example in RSpec
Enhancements
- Upgraded ActiveRecord to 7.2 and refactored code for new version
- Improved test suite performance and synchronization
- Enhanced CI/CD workflows and testing infrastructure
- Comprehensive dependency updates across the stack
- Improved code formatting and error handling
Prominent Dependencies Updated
- ActiveRecord: 7.2.2.2 → 8.0.3
- RSpec: 3.13.1 → 3.13.2
- RuboCop: 1.81.1 → 1.81.6
- Selenium WebDriver: 4.35.0 → 4.37.0
- Rack: 3.2.2 → 3.2.3
- Rack Protection: 4.1.1 → 4.2.0
- SQLite3: 2.7.3 → 2.7.4
- RubyZip: 3.1.1 → 3.2.0
- JSON: 2.14.1 → 2.15.1
- JSDoc: 4.0.4 → 4.0.5
- RDoc: 6.14.2 → 6.15.0
Key Contributors
- dependabot[bot] - 287 commits (dependency updates)
- Stephen - 166 commits
- zinduolis - 133 commits
- github-actions[bot] - 95 commits (CI/CD)
- bcoles - 70 commits
868 commits of improvements and fixes since v0.5.4.0
Full Changelog: v0.5.4.0...v0.6.0.0
v0.5.4.0
Bug Fixes
Enchancements
- #2205 - Modules - Apache Tomcat Examples Default Install Exploit
- #2157 - Maintainability - Implement GitHub Actions and added confirmation step to PRs
- #2190 - Maintainability - Improved CI workflow:
- Refactor Rakefile to accommodate Browserstack implementation
- Installer improvements
- Test suite performance improvements
- #2199 - Enhancement - Check for update on launch works with beef-xss kali package install
Full Changelog: v0.5.3.0...v0.5.4.0
v0.5.3.0
v0.5.2.0
v0.5.1.0
Fixes
Added libcurl4-openssl-dev to apt command #1807
Added JSDoc to backend JS API #1813
Fixed Active Record tables #1814, #1816
Removed LiveCD directory and reference in Metasploit config.yaml #1815
Replaced yaml.load with yaml.safe_load #1816
Use SecureRandom for API token generation #1817
Updated copyright for 2021 #1821
Fixed broken admin ui access #1845
Fixed test to run in random order #1848
Improvements for AssetHandler #1853
Requester extension fixes #1858
Updated Ruby to 2.7.x for Travis
Use OID-style key/value data for BrowserDetails network details #1861
Fixed build_recursive_tree() #1866
Added error handling when loading extensions #1873
Auto get geoipdb changed access #1870
Upates to Network Serivce model #1885
Fixed bug in ARE execution #1886
Changed how websocket hooked browsers time out #1888
Updating portscanner for modern browsers
Made travis.ci only run on master #1893
Create SW Port Scanner
Remove arerule from enabled by default #1895
Updated command js for more functionality #1896
Added a new rvm language for the docker container #1897
Updated command.js for sw_network_proxy #1898
General spelling mistake fixes #1912
Replace autocomplete_theft with get_autocomplete_creds #1874
BrowserStack Integration #1920
Bump jsdoc-to-markdown from 5.0.3 to 6.0.1 #1933
Sudo for gem install for Kali #1940
Ruby package manager check #1940
Fixed array unique function in browser.js #1966
Fixed Pretty Theft Missing Credentials JS Error #1956
Fixed ARE New Zombie Execution Error #1957
Update dependencies Sinatra, rack, Rack Protections, Ugifier, Nokogiri, Rake and OTR Active Record #1961
Fix country_code is null #1975
Update contextis url in config.yml #1982
Fix XSSRays error when using ActiveRecord #1984
Excluded hooking subnet improvements #1973
Click Jack Attack CSS fixes #2046
Include URI query string in proxied requests #1971
Bump nokogiri version due to CVE #2048
Fix could not find table webcloners #2010
AdminUI: Use correct hook file path for bookmarlet hook URL #2099
Fix No connection pool for 'ActiveRecord::Base' found #2134
Thanks to
@klezVirus, @bcoles, @jcrew, @wheatley, @sopsmattw, @1124219777, @P-arag, @justinsteven, @raskoln1kov, @jackdwalker, @jesswil, @P-arag, @grantrburgess, @sopsmattw, @H4xl0r, @superuserx, @aburro, @DeezyE
ActiveRecord merge
This is the release after the active record merge. It reflects the changes from Datamapper to Activerecord