We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a871d commit 2ad3869Copy full SHA for 2ad3869
modules/exploits/linux/samba/is_known_pipename.rb
@@ -278,7 +278,7 @@ def find_payload
278
return unless datastore['BruteforcePID']
279
280
# XXX: This technique doesn't seem to work in practice, as both processes have setuid()d
281
- # to non-root, but their /proc/pid directories are still owned by root. Tryign to
+ # to non-root, but their /proc/pid directories are still owned by root. Trying to
282
# read the /proc/other-pid/cwd/target.so results in permission denied. There is a
283
# good chance that this still works on some embedded systems and odd-ball Linux.
284
0 commit comments