Skip to content

Commit

Permalink
docs(smbexec): update doc dead link
Browse files Browse the repository at this point in the history
* Update the blog link to web.archive.org
  • Loading branch information
fluffy-kaiju committed Nov 19, 2024
1 parent 835e175 commit bc6a3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ As always, thanks a lot to all these contributors that make this library better
UUIDs used and that information is included as well. This could be helpful when reading a portmap output and to
develop new functionality to interact against a target interface.
* `smbexec.py`: Another alternative to psexec. Less capabilities but might work on tight AV environments. Based on the
technique described at https://www.optiv.com/blog/owning-computers-without-shell-access. It also
technique described at https://web.archive.org/web/20190515131124/https://www.optiv.com/blog/owning-computers-without-shell-access. It also
supports instantiating a local smbserver to receive the output of the commandos executed for those situations
where no share is available on the other end.
* `smbrelayx.py`: It now also listens on port 80 and forwards/reflects the credentials accordingly.
Expand Down
2 changes: 1 addition & 1 deletion examples/smbexec.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Description:
# A similar approach to psexec w/o using RemComSvc. The technique is described here
# https://www.optiv.com/blog/owning-computers-without-shell-access
# https://web.archive.org/web/20190515131124/https://www.optiv.com/blog/owning-computers-without-shell-access
# Our implementation goes one step further, instantiating a local smbserver to receive the
# output of the commands. This is useful in the situation where the target machine does NOT
# have a writeable share available.
Expand Down

0 comments on commit bc6a3b1

Please sign in to comment.