Rengine Versions Save

reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with minimal configuration and with the help of reNgine's correlation, it just makes recon effortless.

v2.0.5

2 weeks ago

What's Changed

  • Fix celery unable to load apps

v2.0.4

2 weeks ago

What's Changed

New Contributors :rocket:

Full Changelog: https://github.com/yogeshojha/rengine/compare/v2.0.3...v2.0.4

v2.0.3

3 months ago

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/yogeshojha/rengine/compare/v2.0.2...v2.0.3

v2.0.2

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/yogeshojha/rengine/compare/v2.0.1...v2.0.2

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

v2.0.1

6 months ago

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! :heart: :rocket:

v2.0.0

6 months ago

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

v1.3.6

1 year ago

Fixed Various Installation Errors Fixed Naabu Port Scanning Issue

v1.3.5

1 year ago
  • Fixed various installation issues
  • Fixed #769, #768, #766, #761, Thanks to, @bin-maker, @carsonchan12345, @paweloque, @opabravo

v1.3.3

1 year ago

Fix #732, Upgraded Go to 1.1.8.2