Skip to content

Commit f98efb1

Browse files
committed
Fix typos
1 parent 864989c commit f98efb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/misc/netcore_udp_53413_backdoor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
equipment in China, have a wide-open backdoor that can be fairly
2020
easily exploited by attackers. These products are also sold under
2121
the Netis brand name outside of China. This backdoor allows
22-
cybercriminals to easily run arbitrary code on these routers,
22+
cyber criminals to easily run arbitrary code on these routers,
2323
rendering it vulnerable as a security device.
2424
Some models include a non-standard echo command which doesn't
2525
honor -e, and are therefore not currently exploitable with
@@ -82,7 +82,7 @@ def authenticate()
8282
# netcore is the password to unlock the backdoor
8383
send_command('netcore')
8484
resp = udp_sock.get(timeout)
85-
if resp.include?('Login successed!')
85+
if resp.include?('Login succeeded!')
8686
vprint_good('Backdoor Unlocked')
8787
end
8888
end

0 commit comments

Comments
 (0)