Skip to content

Commit 2810851

Browse files
committed
Remove the version from the default prompt
Fixes #20355
1 parent 8fdf0ea commit 2810851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/driver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Driver < Msf::Ui::Driver
1717
ConfigCore = "framework/core"
1818
ConfigGroup = "framework/ui/console"
1919

20-
DefaultPrompt = "%undmsf#{Metasploit::Framework::Version::MAJOR}%clr"
20+
DefaultPrompt = "%undmsf%clr"
2121
DefaultPromptChar = "%clr>"
2222

2323
#

0 commit comments

Comments
 (0)