mirror of
				https://github.com/EndPwnArchive/endpwn3.git
				synced 2024-08-15 00:23:30 +00:00 
			
		
		
		
	move endpwn3 onto github
This commit is contained in:
		
							parent
							
								
									502271f1b4
								
							
						
					
					
						commit
						c0ec2b59e2
					
				
					 3 changed files with 209 additions and 0 deletions
				
			
		
							
								
								
									
										59
									
								
								app/index.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										59
									
								
								app/index.htm
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,59 @@
 | 
			
		|||
<!--
 | 
			
		||||
 | 
			
		||||
    EndPwn3 Stage 0 Payload
 | 
			
		||||
    
 | 
			
		||||
    Copyright 2018 EndPwn
 | 
			
		||||
    
 | 
			
		||||
    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 | 
			
		||||
    
 | 
			
		||||
    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 | 
			
		||||
    
 | 
			
		||||
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <script>
 | 
			
		||||
 | 
			
		||||
        // wait until DOM is ready so that error messages can display properly
 | 
			
		||||
        window.onload = () => {
 | 
			
		||||
 | 
			
		||||
            // dont try doing anything if running in a browser
 | 
			
		||||
            if (navigator.userAgent.indexOf('discord') == -1) return;
 | 
			
		||||
 | 
			
		||||
            try {
 | 
			
		||||
 | 
			
		||||
                // fix for recent canary update
 | 
			
		||||
                if (typeof (require) == "undefined") {
 | 
			
		||||
                    window.electron = DiscordNative.nativeModules.requireModule("discord_/../electron").remote;
 | 
			
		||||
                    window.require = electron.require;
 | 
			
		||||
                } else {
 | 
			
		||||
                    window.electron = require('electron').remote;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                window.fs = require("original-fs");
 | 
			
		||||
 | 
			
		||||
                // make a window
 | 
			
		||||
                var win = new electron.BrowserWindow({ show: false });
 | 
			
		||||
 | 
			
		||||
                // load the monitor
 | 
			
		||||
                win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm');
 | 
			
		||||
 | 
			
		||||
            }
 | 
			
		||||
            catch (e) {
 | 
			
		||||
                console.error(e);
 | 
			
		||||
                document.querySelector('div').parentNode.innerHTML += '<div style="color:#f00">Inititialization failure.</div>';
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
    </script>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body style="position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-family:arial;text-align:center;background-color:#2f3136;color:#ffffff">
 | 
			
		||||
    <div style="background:linear-gradient(to bottom right,#0ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:72px;">ΣndPwn³</div>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										19
									
								
								index.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								index.htm
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
<html prefix="og: http://ogp.me/ns#">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <title>EndPwn3</title>
 | 
			
		||||
    <meta property="og:title" content="EndPwn3" />
 | 
			
		||||
    <meta property="og:description" content="Copy and paste the following string into your Discord console: DiscordNative.nativeModules.requireModule('discord_/../electron').remote.getCurrentWindow().loadURL('https://endpwn.github.io/endpwn3/app')" />
 | 
			
		||||
    <meta property="og:image" content="https://endpwn.github.io/sigma.png" />
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body style="position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-family:arial;text-align:center;background-color:#2f3136;color:#ffffff">
 | 
			
		||||
    <div style="background:linear-gradient(to bottom right,#0ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:72px;">ΣndPwn³</div>
 | 
			
		||||
    Copy and paste the following string into your Discord console:
 | 
			
		||||
    <br>
 | 
			
		||||
    <code>DiscordNative.nativeModules.requireModule("discord_/../electron").remote.getCurrentWindow().loadURL('https://endpwn.github.io/endpwn3')</code>
 | 
			
		||||
    <br>
 | 
			
		||||
    <br> Credit to bootsy for developing the ASAR-less code injection method (bootsyhax)
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										131
									
								
								monitor.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										131
									
								
								monitor.htm
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,131 @@
 | 
			
		|||
<!--
 | 
			
		||||
 | 
			
		||||
    EndPwn3 Stage 1 Payload
 | 
			
		||||
    
 | 
			
		||||
    Copyright 2018 EndPwn
 | 
			
		||||
    
 | 
			
		||||
    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 | 
			
		||||
    
 | 
			
		||||
    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 | 
			
		||||
    
 | 
			
		||||
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <script>
 | 
			
		||||
 | 
			
		||||
        try {
 | 
			
		||||
 | 
			
		||||
            // stage 2 payload to be injected into the webapp
 | 
			
		||||
            // TODO: move this to a seperate file 
 | 
			
		||||
            var stage2 = `/*
 | 
			
		||||
 | 
			
		||||
    EndPwn3 Stage 2 Payload
 | 
			
		||||
    Based on the EndPwn Reference Bootstrap
 | 
			
		||||
    
 | 
			
		||||
    Copyright 2018 EndPwn
 | 
			
		||||
    
 | 
			
		||||
    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 | 
			
		||||
    
 | 
			
		||||
    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 | 
			
		||||
    
 | 
			
		||||
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
(() => {
 | 
			
		||||
 | 
			
		||||
    // use the discord native api to require electron and get electron.remote
 | 
			
		||||
    var electron = DiscordNative.nativeModules.requireModule('discord_/../electron').remote;
 | 
			
		||||
    var fs = electron.require('original-fs');
 | 
			
		||||
 | 
			
		||||
    // get the data path (where epapi.js should be)
 | 
			
		||||
    var data = electron.app.getPath('userData').replace(/\\\\/g, "/") + '/';
 | 
			
		||||
 | 
			
		||||
    // shakily reimplemented of require() intended for loading plugins and EPAPI itself
 | 
			
		||||
    function krequire(path) {
 | 
			
		||||
        return eval('(()=>{var exports={};' + fs.readFileSync(data + path, 'utf8').toString() + ';return exports})()');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // EndPwn3 specific features
 | 
			
		||||
    document.addEventListener('ep-ready', () => {
 | 
			
		||||
 | 
			
		||||
        // enable experiments
 | 
			
		||||
        wc.findFunc('isDeveloper')[1].exports.__defineGetter__('isDeveloper', () => true);
 | 
			
		||||
 | 
			
		||||
        // disable that obnoxious warning about not pasting shit in the console
 | 
			
		||||
        wc.findFunc("SELF_XSS_HEADER")[1].exports.consoleWarning = e => {};
 | 
			
		||||
 | 
			
		||||
        // install endpwn pointed at EndPwn3
 | 
			
		||||
        $api.settings.set('WEBAPP_ENDPOINT', 'https://endpwn.github.io/endpwn3');
 | 
			
		||||
 | 
			
		||||
        // in case we're on an old version of Discord, we set the path to /app
 | 
			
		||||
        $api.settings.set('WEBAPP_PATH', '/app');
 | 
			
		||||
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    // load EPAPI
 | 
			
		||||
    var epapi = krequire('epapi.js');
 | 
			
		||||
 | 
			
		||||
    // call the entrypoint
 | 
			
		||||
    epapi.go('reference-bootstrap');
 | 
			
		||||
 | 
			
		||||
})();`;
 | 
			
		||||
 | 
			
		||||
            // the monitor gets node integration; no silly internal native bullshit
 | 
			
		||||
            var fs = require('original-fs');
 | 
			
		||||
            var electron = require('electron').remote;
 | 
			
		||||
 | 
			
		||||
            // find the main window
 | 
			
		||||
            var win = electron.BrowserWindow.getAllWindows().filter(x => x.getURL().indexOf('monitor') == -1)[0];
 | 
			
		||||
 | 
			
		||||
            // inject stage 2 once Discord is done loading
 | 
			
		||||
            win.webContents.on('dom-ready', () => win.webContents.executeJavaScript(stage2));
 | 
			
		||||
 | 
			
		||||
            function load() {
 | 
			
		||||
                win.loadURL('https://canary.discordapp.com/channels/@me');
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // get the data path
 | 
			
		||||
            var data = electron.app.getPath('userData');
 | 
			
		||||
 | 
			
		||||
            // dont update EPAPI if DONTUPDATE exists
 | 
			
		||||
            if (!fs.existsSync(data + '/DONTUPDATE')) {
 | 
			
		||||
 | 
			
		||||
                // grab EPAPI from master
 | 
			
		||||
                var ef = new XMLHttpRequest();
 | 
			
		||||
                ef.open('GET', 'https://endpwn.github.io/epapi.js?_=' + Date.now());
 | 
			
		||||
                ef.onreadystatechange = () => {
 | 
			
		||||
                    if (ef.readyState === 4) {
 | 
			
		||||
                        fs.writeFileSync(data + '/epapi.js', ef.responseText);
 | 
			
		||||
                        setTimeout(load, 1000);
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                ef.send();
 | 
			
		||||
 | 
			
		||||
            }
 | 
			
		||||
            else {
 | 
			
		||||
                setTimeout(load, 1000);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
        catch (e) {
 | 
			
		||||
            console.error(e);
 | 
			
		||||
            alert(`The monitor encountered an error:\n\n${e}\n\nDiscord may stall here.`, 'EndPwn3: Monitor failure');
 | 
			
		||||
            load();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    </script>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <!-- i wrote this haiku as an easteregg, but since the source is getting pushed to GitHub it won't be as much of a secret anymore -->
 | 
			
		||||
    quietly i watch
 | 
			
		||||
    <br> waiting for the right moment
 | 
			
		||||
    <br> i ignite the flame
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue