Last active
September 24, 2025 03:42
-
-
Save nullmastermind/ced9c9459852e681fef9c76d987e1e3c to your computer and use it in GitHub Desktop.
Revisions
-
nullmastermind revised this gist
Aug 28, 2025 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ ⚠️⚠️⚠️ Việc thêm cert này nhằm mục đích chặn 1 số tracking chống khóa acc của Augment ngoài ra không làm gì khác. Proxy chỉ thêm vào vscode nên chỉ có request mạng từ vscode chúng tôi mới nhận được nên các bạn YÊN TÂM sử dụng kho lo lộ thông tin ngoài máy tính. Ngoài ra chúng tôi dùng 1 số mẹo nhỏ trong proxy để ngăn chặn Augment sử dụng code của bạn để train AI. > Đăng nhập vào tài khoản bất kỳ trước khi sử dụng proxy (kể cả tài khoản đã bị khóa miễn là có đăng nhập). Tính năng cốt lõi: > - Không cần index lại khi đổi tài khoản. > - Không bị khóa máy. -
nullmastermind revised this gist
Aug 26, 2025 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,10 @@ > Đăng nhập vào tài khoản bất kỳ trước khi sử dụng proxy (kể cả tài khoản đã bị khóa miễn là có đăng nhập). Tính năng cốt lõi: > - Không cần index lại khi đổi tài khoản. > - Không bị khóa máy. > - Máy bị khóa vẫn có thể sử dụng. > - Đổi tài khoản nhanh chóng, chỉ cần MUA -> Chuyển tài khoản (trừ bước cài đặt chứng chỉ và proxy lần đầu). > - Che dấu thông tin máy, chặn Augment tracking. ## Cài đặt chứng chỉ proxy (chỉ cần 1 lần) **Windows:** Mở PowerShell Admin, chạy: -
nullmastermind revised this gist
Aug 26, 2025 . 1 changed file with 23 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,3 +19,26 @@ sudo mv mitmproxy-ca-cert.pem /usr/local/share/ca-certificates/mitmproxy.crt sudo update-ca-certificates ``` Xong! Không cần cài lại trừ khi đổi máy/user. ## Bước 2 thiết lập proxy vào vscode hoặc jetbrains Copy một trong những proxy trên web (tùy chọn, nếu chậm đổi cái khác) <img width="1533" height="301" alt="image" src="https://gist.github.com/user-attachments/assets/c22b898e-e9f5-4312-b7a0-c1cc540b0eb3" /> Sau đó và VSCode Settings -> tìm kiếm "proxy" và paste proxy đó vào Http:Proxy: <img width="1087" height="550" alt="image" src="https://gist.github.com/user-attachments/assets/e3d6a77e-cceb-4a15-915b-befae2c05ebc" /> Sau đó vào tab Mua/Buy để mua một tài khoản bất kỳ: <img width="1543" height="196" alt="image" src="https://gist.github.com/user-attachments/assets/6ffae8a7-6e6b-4d5f-b8e4-bd136d5dba00" /> Quay lại tab đã mua chọn tài khoản muốn chuyển và ấn "Chuyển tài khoản": <img width="1513" height="278" alt="image" src="https://gist.github.com/user-attachments/assets/fd31ef3c-20ac-440f-a868-6fabd9e3e49a" /> DONE. Kiểm tra hạn mức sử dụng tài khoản của bạn (số lần đã dùng/tối đa): <img width="586" height="150" alt="image" src="https://gist.github.com/user-attachments/assets/ca3e3b44-fb49-4e26-afc6-9898b0853684" /> Thông tin chỉ mang tính quan sát đôi khi không đúng với credit thực tế. Nếu hết có thể mua account mới và thực hiện chuyển tài khoản. *Lưu ý: sau khi chuyển tài khoản cần tạo 1 cuộc trò chuyện mới* -
nullmastermind revised this gist
Aug 26, 2025 . 1 changed file with 10 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,21 @@ ## Cài đặt chứng chỉ proxy (chỉ cần 1 lần) **Windows:** Mở PowerShell Admin, chạy: ```shell Invoke-WebRequest -Uri "https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.cer" -OutFile "mitmproxy-ca-cert.cer" certutil.exe -addstore root mitmproxy-ca-cert.cer ``` **Mac:** Mở Terminal, chạy: ```shell curl -O https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain mitmproxy-ca-cert.pem ``` **Linux Ubuntu/Debian:** ```shell curl -O https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem sudo mv mitmproxy-ca-cert.pem /usr/local/share/ca-certificates/mitmproxy.crt sudo update-ca-certificates ``` Xong! Không cần cài lại trừ khi đổi máy/user. -
nullmastermind revised this gist
Aug 26, 2025 . 1 changed file with 5 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,13 @@ ## Cài đặt chứng chỉ proxy (chỉ cần 1 lần) **Windows:** Mở PowerShell với quyền Admin, chạy lệnh: ```shell Invoke-WebRequest -Uri "https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.cer" -OutFile "mitmproxy-ca-cert.cer" ``` **Mac/Linux:** Mở Terminal, chạy lệnh: ```shell curl -O https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem ``` Xong! Không cần cài lại trừ khi đổi máy/user. -
nullmastermind revised this gist
Aug 26, 2025 . 1 changed file with 19 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,19 @@ Chứng chỉ là cần thiết để hệ thống có thể cho phép truy cập internet thông qua proxy tùy chỉnh. Chỉ cần cài 1 lần trên 1 máy, sau khi cài xong sẽ không cần cài lại nữa trừ khi bạn cài đặt lại hệ điều hành hoặc đổi user. Cách cài đặt: Windows - mở Powershell với quyền Admin và chạy lệnh sau: ```shell Invoke-WebRequest -Uri "https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.cer" -OutFile "mitmproxy-ca-cert.cer" ``` Linux/macOS: ```shell # Download PEM certificate curl -O https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem # Or using wget wget https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem ``` -
nullmastermind created this gist
Aug 26, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Nội dung đang được cập nhật