From 24cdcb35e80f2da89c70c5eca36279ed8ee641ec Mon Sep 17 00:00:00 2001 From: Jake Craige Date: Thu, 17 Jun 2021 21:19:19 -0700 Subject: [PATCH] Add port 3000 (Ruby on Rails) to common ports This is the default port rails uses in a fresh installation, this is mentioned [on the command line docs here](https://guides.rubyonrails.org/command_line.html#bin-rails-server) and I also have a lot of experience with rails confirming this port is often used in practice --- Discovery/Infrastructure/common-http-ports.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Discovery/Infrastructure/common-http-ports.txt b/Discovery/Infrastructure/common-http-ports.txt index e79429d..577b7d3 100644 --- a/Discovery/Infrastructure/common-http-ports.txt +++ b/Discovery/Infrastructure/common-http-ports.txt @@ -13,6 +13,7 @@ 1521 1944 2301 +3000 3128 3306 4000