Skip to content

Releases: yogeshojha/rengine

reNgine v2.0.5

20 Apr 11:42
0f6bab2
Compare
Choose a tag to compare

What's Changed

  • Fix celery unable to load apps

reNgine 2.0.4

18 Apr 13:29
8bd6b02
Compare
Choose a tag to compare

What's Changed

  • Fix various ffuf bugs by @yarysp in #1199
  • Set and update default YAML config with all latest vars by @yarysp in #1200
  • Add checks for placeholder in custom tool task by @yarysp in #1201
  • Whatportis - Replace purge by truncate to prevent port import error by @yarysp in #1203
  • ops(installation): fix nano not being installed when absent by @AnonymousWP in #1143
  • Fix uninitialised variable cmd in custom_subdomain_tools by @cpandya2909 in #1207
  • [FIX] security: OS Command Injection vulnerability (x2) #1219 by @0xtejas in #1227
  • Update README.md | Fixed 1 broken link to the regine.wiki by @jostasik in #1226

New Contributors 🚀

Full Changelog: v2.0.3...v2.0.4

reNgine 2.0.3

25 Jan 14:50
52b4baa
Compare
Choose a tag to compare

Bug Fixes

What's Changed

  • CI: update GitHub action versions by @jxdv in #1136
  • Fixed (subdomain_discovery | ERROR | local variable 'use_amass_config' referenced before assignment) by @Deathpoolxrs in #1149
  • chore: update LICENSE by @jxdv in #1153
  • Fix subdomains list empty in Target by @psyray in #1166
  • Fix top menu text overflow in low resolution by @psyray in #1167
  • Update auto comment workflow due to deprecation warnings by @ErdemOzgen in #1126
  • Change Redirect URL after login to prevent 500 error by @psyray in #1124
  • fix-1030: Add missing slug on target summary link by @psyray in #1123

New Contributors

Full Changelog: v2.0.2...v2.0.3

reNgine 2.0.2

08 Dec 12:29
fd5a5e5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

Once again excellent work on reNgine v2.0.2 by @AnonymousWP, @psyray, @ocervell and everybody else! 🚀

reNgine 2.0.1

24 Oct 05:51
5e120bd
Compare
Choose a tag to compare

2.0.1 fixes a ton of issues in reNgine 2.0.

Fixes:

  1. Prevent duplicating Nuclei vulns for subdomain #1012 @psyray
  2. Fixes for empty subdomain returned during nuclei scan #1011 @psyray
  3. Add all the missing slug in scanEngine view & other places #1005 @psyray
  4. Foxes for missing vulscan script #1004 @psyray
  5. Fixes for missing slug in report settings saving #1003
  6. Fixes for Nmap Parsing Error #1001 #1002 @psyray
  7. Fix nmap script ports iterable args #1000 @psyray
  8. Iterate over hostnames when multiple #1002 @psyray
  9. Gau install #998, change gauplus to gau @psyray
  10. Add missing slug parameter in schedule scan #996 @psyray
  11. Add missing slug parameter in schedule scan #996, fixes #940, #937, #897, #764 @psyray
  12. Add stack trace into make logs if DEBUG True #994 @psyray
  13. Fix dirfuzz base64 name display #993 #992 @psyray
  14. Fix target subdomains list not loading #991 @psyray
  15. Change WORDLIST constant value #987, fixes #986@psyray
  16. fix(notification_settings): submitting results in error 502 #981 fixes #970 @psyray
  17. Fixes with documentation and installation/update/uninstall scripts @AnonymousWP
  18. Fix file directory popup not showing in detailed scan #912 @psyray

@AnonymousWP and @psyray have been phenomenal in fixing these bugs. Thanks to both of you! ❤️ 🚀

reNgine 2.0.0

07 Oct 10:44
5413708
Compare
Choose a tag to compare

Added

  • Projects: Projects allow you to efficiently organize their web application reconnaissance efforts. With this feature, you can create distinct project spaces, each tailored to a specific purpose, such as personal bug bounty hunting, client engagements, or any other specialized recon task.
  • Roles and Permissions: assign distinct roles to your team members: Sys Admin, Penetration Tester, and Auditor—each with precisely defined permissions to tailor their access and actions within the reNgine ecosystem.
  • GPT-powered Report Generation: With the power of OpenAI's GPT, reNgine now provides you with detailed vulnerability descriptions, remediation strategies, and impact assessments.
  • API Vault: This feature allows you to organize your API keys such as OpenAI or Netlas API keys.
  • GPT-powered Attack Surface Generation
  • URL gathering now is much more efficient, removing duplicate endpoints based on similar HTTP Responses, having the same content_lenth, or page_title. Custom duplicate fields can also be set from the scan engine configuration.
  • URL Path filtering while initiating scan: For instance, if we want to scan only endpoints starting with https://example.com/start/, we can pass the /start as a path filter while starting the scan. @ocervell
  • Expanding Target Concept: reNgine 2.0 now accepts IPs, URLS, etc as targets. (#678, #658) Excellent work by @ocervell
  • A ton of refactoring on reNgine's core to improve scan efficiency. Massive kudos to @ocervell
  • Created a custom celery workflow to be able to run several tasks in parallel that are not dependent on each other, such OSINT task and subdomain discovery will run in parallel, and directory and file fuzzing, vulnerability scan, screenshot gathering etc. will run in parallel after port scan or url fetching is completed. This will increase the efficiency of scans and instead of having one long flow of tasks, they can run independently on their own. @ocervell
  • Refactored all tasks to run asynchronously @ocervell
  • Added a stream_command that allows to read the output of a command live: this means the UI is updated with results while the command runs and does not have to wait until the task completes. Excellent work by @ocervell
  • Pwndb is now replaced by h8mail. @ocervell
  • Group Scan Results: reNgine 2.0 allows to group of subdomains based on similar page titles and HTTP status, and also vulnerability grouping based on the same vulnerability title and severity.
  • Added Support for Nmap: reNgine 2.0 allows to run Nmap scripts and vuln scans on ports found by Naabu. @ocervell
  • Added support for Shared Scan Variables in Scan Engine Configuration:
    • enable_http_crawl: (true/false) You can disable it to be more stealthy or focus on something different than HTTP
    • timeout: set timeout for all tasks
    • rate_limit: set rate limit for all tasks
    • retries: set retries for all tasks
    • custom_header: set the custom header for all tasks
  • Added Dalfox for XSS Vulnerability Scan
  • Added CRLFuzz for CRLF Vulnerability Scan
  • Added S3Scanner for scanning misconfigured S3 buckets
  • Improve OSINT Dork results, now detects admin panels, login pages and dashboards
  • Added Custom Dorks
  • Improved UI for vulnerability results, clicking on each vulnerability will open up a sidebar with vulnerability details.
  • Added HTTP Request and Response in vulnerability Results
  • Under Admin Settings, added an option to allow add/remove/deactivate additional users
  • Added Option to Preview Scan Report instead of forcing to download
  • Added Katana for crawling and spidering URLs
  • Added Netlas for Whois and subdomain gathering
  • Added TLSX for subdomain gathering
  • Added CTFR for subdomain gathering
  • Added historical IP in whois section

Fixes

  • GF patterns do not run on 404 endpoints (#574 closed)
  • Fixes for retrieving whois data (#693 closed)
  • Related/Associated Domains in Whois section is now fixed

Removed

  • Removed pwndb and tor related to it.
  • Removed tor for pwndb

reNgine 1.3.6

22 Mar 04:31
e3dc06a
Compare
Choose a tag to compare

Fixed Various Installation Errors
Fixed Naabu Port Scanning Issue

reNgine 1.3.5

30 Dec 04:26
04c5ba4
Compare
Choose a tag to compare

Release 1.3.4 HTTPX FIxed

16 Nov 06:27
456fddd
Compare
Choose a tag to compare

reNgine 1.3.3

09 Oct 16:34
de8ef7e
Compare
Choose a tag to compare

Fix #732, Upgraded Go to 1.1.8.2