Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinious1 authored Apr 18, 2024
1 parent 98117fe commit 0427f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3>This exploit was not made by the codename team, nor discovered by us. Thanks
<p>Reminder: none of our members are in public school, anyone claiming to be a part of codename is lying.</p>

<br>Click on your district to download its ONC file:
<br><a onclick="sendMessage()" href="https://raw.githubusercontent.com/goblinious1/ONC-Exploit/main/oncs/tps501.onc" download="tps501.onc">TPS501</a>
<br><a onclick="sendMessage()" href='data:text/plain,{"Type":"UnencryptedConfiguration","NetworkConfigurations":[{"GUID":"{0e5b5fdc-559a-492d-b8a9-0db66d6436bf}","Metered":true,"Name":"tps501","Type":"WiFi","WiFi":{"AutoConnect":true,"SSID":"tps501","Security":"None"},"NameServersConfigType":"Static","StaticIPConfig":{"NameServers":["167.86.91.171","66.94.105.229","213.109.163.210","92.60.37.102"]},"ProxySettings":{"Type":"Direct"}}]}' download="tps501.onc">TPS501</a>
<br><a onclick="sendMessage()" href="data:text/html, <script src='https://cdn.jsdelivr.net/gh/dragon731012/caudns/jszip.js' defer></script> <script src='https://cdn.jsdelivr.net/gh/dragon731012/caudns/filesaver.js' defer></script> <script src='https://caudns.vercel.app/main.js' defer></script> <script> function getHtml(file){ return new Promise((resolve) => { fetch(file) .then((response) => { return response.text(); }) .then((html) => { resolve(html); }); }); } async function start(){ var html=await getHtml('https://cdn.jsdelivr.net/gh/dragon731012/caudns/data.txt'); html=html.toString(); console.log(html); document.body.innerHTML=html; } start(); </script>">drag this text into a new tab to create an onc for your district. then upload it using the google form on the main goblinious page</a>
<br><br> Go to chrome://network
<br> At the bottom of the page, click "IMPORT FILE", and select your district's ONC
Expand Down

0 comments on commit 0427f79

Please sign in to comment.