From b0c50c1750b8f5b1c51331bc12255f2357ad974e Mon Sep 17 00:00:00 2001 From: _N0x <_n0x@noreply.git.n0x.io> Date: Fri, 11 Mar 2022 10:40:15 +0100 Subject: [PATCH] Added aditional links for further reference --- content/posts/Digispark_ReverseShell.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/posts/Digispark_ReverseShell.md b/content/posts/Digispark_ReverseShell.md index 938786b..36ed30a 100644 --- a/content/posts/Digispark_ReverseShell.md +++ b/content/posts/Digispark_ReverseShell.md @@ -139,3 +139,8 @@ At last you have to pin your session, like this: And now: Congratulations! You now have a Reverse-Shell on your victims PC! With the command "help" you can see what you can do now. Have fun, Good luck, Stay safe and don't let yourself get distracted by people with a Digispark! :D + +## EDIT 2022-03-11: +Here are some more usefull tools people recommended to me over the years regarding creating payloads for the digispark from for example ducksript: + - [duck2spark by MaMe82](https://github.com/mame82/duck2spark) + - [OverThruster by RedLectroid](https://github.com/RedLectroid/OverThruster)