Skip to content

Commit 73470fe

Browse files
Merge pull request #20392 from zeroSteiner/fix/issue/20355
Remove the version from the default prompt
2 parents 170cb15 + 2810851 commit 73470fe

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)