Skip to content

Commit 901a1fd

Browse files
committed
Minor tweaks.
1 parent 67e86da commit 901a1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/modules/auxiliary/dos/smb/smb_lorris.md renamed to documentation/modules/auxiliary/dos/smb/smb_loris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Example steps in this format (is also in the PR):
1414

1515
1. Start msfconsole
16-
1. Do: `use auxiliary/dos/smb/smb_lorris`
16+
1. Do: `use auxiliary/dos/smb/smb_loris`
1717
1. Do: `set RHOST [IP]`
1818
1. Do: `run`
1919
1. Target should allocate increasing amounts of memory.

modules/auxiliary/dos/smb/smb_loris.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run
7676
nsock.setsockopt(Socket::Option.int(:INET, :TCP, :KEEPINTVL, 10))
7777
nsock.setsockopt(linger)
7878
nsock.write(header.to_binary_s)
79-
sockets[src_port] = nsock g
79+
sockets[src_port] = nsock
8080
rescue ::Exception => e
8181
print_error "Exception sending packet: #{e.message}"
8282
end

0 commit comments

Comments
 (0)