File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- # Giving full shell access to Chatgpt web (What could go wrong?)
2
- Steps:
3
- 1 . First run the client in any directory of choice
4
- 2 . Use this custom gpt ` https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access ` to let it interact with your shell.
1
+ # Shell access to chatgpt.com
2
+
3
+ ### 🚀 Highlights
4
+ - ⚡ ** Full Shell Access** : No restrictions, complete control.
5
+ - ⚡ ** Create, Execute, Iterate** : Seamless workflow for development and execution.
6
+ - ⚡ ** Interactive Command Handling** : Supports interactive commands with ease.
7
+
8
+
9
+ ### 🪜 Steps:
10
+ 1 . Run the [ cli client] ( https://github.com/rusiaaman/wcgw?tab=readme-ov-file#client ) in any directory of choice.
11
+ 2 . Share the generated id with the GPT: ` https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access `
12
+ 3 . The custom GPT can now run any command on your cli
5
13
6
14
## Client
7
15
@@ -25,7 +33,7 @@ https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access
25
33
26
34
Add user id the client generated to the first message along with the instructions.
27
35
28
- # How does it work?
36
+ # How it works
29
37
Your commands are relayed through a server I've hosted at https://wcgw.arcfu.com . The code for that is at ` src/relay/serve.py ` .
30
38
31
39
The user id that you share with chatgpt is added in the request it sents to the relay server which holds a websocket with the terminal client.
You can’t perform that action at this time.
0 commit comments