Skip to content

Commit

Permalink
RPRN also supports HTTP exploit path (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpt-romankarwacik authored Sep 25, 2024
1 parent 4fc4717 commit f8cba25
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class RpcRemoteFindFirstPrinterChangeNotificationEx(MSPROTOCOLRPCCALL):
"""

exploit_paths = [
("smb", '\\\\{{listener}}\x00')
("smb", '\\\\{{listener}}\x00'),
("http", '\\\\{{listener}}@80/print\x00')
]

access = {
Expand Down

0 comments on commit f8cba25

Please sign in to comment.