Skip to content

Commit de532cd

Browse files
committed
Updated redirect_port output
1 parent 6acf52c commit de532cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/attacks/redirect_port.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(self):
3232

3333
self.running = True
3434

35-
util.Msg("Redirection to from TCP port {0} to {1}...")
35+
util.Msg("Redirection to from TCP port {0} to {1}...".format(self.config['source_port'].value, self.config['dest_port'].value))
3636

3737
return True
3838

0 commit comments

Comments
 (0)