NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

https://discord.gg/FDETsht
https://www.paypal.me/supportInstaPy
https://opencollective.com/instapy/donate



$ sudo apt-get update
$ sudo apt-get -y upgrade
$ sudo apt-get -y install unzip python3-pip python3-dev build-essential libssl-dev libffi-dev xvfb $ sudo pip3 install --upgrade pip $ export LANGUAGE=en_US.UTF-8
$ export LANG=en_US.UTF-8
$ export LC_ALL=en_US.UTF-8
$ locale-gen en_US.UTF-8
$ sudo dpkg-reconfigure locales
$ pip3 install --upgrade pip







cd ~ $ wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
$ sudo apt-get install -y -f
$ sudo rm google-chrome-stable_current_amd64.deb




pip install instapy





pip install feed2tweet




pip install tweet-delete
https://developer.twitter.com/en/apps
https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens
https://helm.sh/
https://snapbird.org/



pip install tweet-generator


pip install tweetsender


pip install twinter


pip install birb


pip install twitter-scraper


pip install twittergeo


pip install twitter-analysis


pip install tweebot


http://tweet-search-stream.gimite.net/?hl=en


http://ascii.io/a/5633


https://github.com/voronianski/node-tweet-cli


https://github.com/franciscod/telegram-twitter-forwarder-bot


https://github.com/upgoingstar/TweetMonitor


pip install TwitterFollowBot
pip install twitter
http://tweeterid.com/


https://github.com/jamesgolick/tweet



https://github.com/fossasia/susi_tweetbot
https://chat.susi.ai/overview





https://github.com/lmatteis/peer-tweet
http://libtorrent.org/dht_rss.html
https://cr.yp.to/



https://github.com/taspinar/twitterscraper
http://twitterscraper.nl/
pip install twitterscraper


https://github.com/taspinar/twitterscraper

https://github.com/Jefferson-Henrique/GetOldTweets-python



https://github.com/gimite/tweet-search-stream
http://tweet-search-stream.gimite.net/?hl=en



https://github.com/amandeepmittal/nodejs-tweet



https://github.com/ttezel/twit



https://github.com/gianu/latest_tweets





https://github.com/Pinperepette/GeoTweet
python setup.py
python geotweet.py
python geotweet.py -z IT -n 200 -m




https://github.com/MazenElzanaty/TwLocation
cd TwLocation
pip install -r requirements.txt




https://github.com/foospidy/HoneyPy
https://honeypy.readthedocs.io/en/latest/




https://github.com/atmoner/Ustealer



IP Obfuscator – Simple Tool To Convert An IP Into Integer, Hexadecimal Or Octal Form
git clone https://github.com/C-REMO/Obscure-IP-Obfuscator


usage: ./IP-Obfuscator.py --ip 216.58.212.36


https://github.com/findneo/IP-Obfuscator


https://get-site-ip.com



https://www.site24x7.com/find-ip-address-of-web-site.html



sudo apt-get install git
git clone https://github.com/TunisianEagles/Androspy.git
cd Androspy
chmod +x setup.sh
sudo ./setup.sh
chmod +x androspy.sh
sudo ./androspy.sh
https://youtu.be/3spGEm6Z3H4



https://github.com/Ullaakut/cameradar




git clone https://github.com/atmoner/nodeCrypto.git
cd nodeCrypto && npm install
node index.js




https://github.com/nilotpalbiswas/Auto-Root-Exploit





WinSpy – A Windows Reverse Shell Backdoor Creator With An Automatic IP Poisener
sudo apt-get install git
git clone https://github.com/TunisianEagles/winspy.git
cd winspy
chmod +x setup.sh ./setup.sh
chmod +x winspy.sh ./winspy.sh




Bashark – Bash Post Exploitation Toolkit
https://asciinema.org/a/YJEbXtuz3lBb16pIsfj7mdnEE
https://github.com/TheSecondSun/Bashark



https://github.com/TheSecondSun/Shellab


https://github.com/s0md3v/XSStrike




https://github.com/s0md3v/AwesomeXSS
https://xss-game.appspot.com/
http://prompt.ml/
https://twitter.com/s0md3v
https://xsshunter.com/
https://github.com/beefproject/beef
https://github.com/UltimateHackers/JShell
https://github.com/s0md3v/AwesomeXSS/blob/master/Database/jackmasa-mind-map.png



https://www.atozproxy.com/browse.php?u=oDJISMrgqdiJ2rvjzNPiX5AHKejISpx9EKTsppaVYtO3BDLiOs%2FDgc69%2BU1%2F&b=7


https://www.atozproxy.com/browse.php?u=oDJISMrgqdiJ2rvjzNPiX5AHKeiAQ4QjHfW864SKePORPkC9J5q3gcG9%2BX1COKz1zqqyxvi7%2Fy9vuuTwiokqGw%3D%3D&b=7




https://betalist.com/
https://chatgroup.io/?ref=betalist
https://chatterrapp.com/?ref=betalist
https://chtb.io/?ref=betalist
Intercom.com
Drift.com
Landbot.io
Typeform.com
Collect.chat
https://chatlio.com/?ref=betalist
https://www.chatwoot.com/?ref=betalist
www.chatgrape.com
https://gitter.im
https://github.com/marketplace/slack-github
https://github.com/sdelements/lets-chat



https://github.com/aidanrwt/twitch-bot


git clone https://github.com/omergunal/hackerbot
cd hackerbot
chmod +x install.sh
./install.sh





http://editorconfig.org/
https://github.com/sdelements/lets-chat
https://github.com/sdelements/lets-chat/wiki











<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>


<script>
window.alert("sometext");
</script>



------------------------

<p id="demo"></p>

<buttononclick="clearInterval(myVar)">Stop time</button>

<script>
var myVar = setInterval(myTimer,1000);
function myTimer() {
  var d = new Date();
  document.getElementById("demo").innerHTML = d.toLocaleTimeString();
}
</script>

------------------------
<!DOCTYPE html>
<html>
<body>

<h1>My First Web Page</h1>
<p>My First Paragraph</p>

<p id="demo"></p>

<script>
document.getElementById("demo").innerHTML = 5 + 6;
</script>

</body>
</html>


------------------

<!DOCTYPE html>
<html>
<body>

<h2>My First Web Page</h2>
<p>My first paragraph.</p>

<button type="button" onclick="document.write(5 + 6)">Try it</button>

</body>
</html>


--------------------
<!DOCTYPE html>
<html>
<body>

<button onclick="myFunction()">Reload page</button>

<script>
function myFunction() {
location.reload();
}
</script>

</body>
</html>

---------------

<!DOCTYPE html>
<html>
<body>

<p>Enter some text in the fields below, then press the "Reset form" button to reset the form.</p>

<form id="myForm">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br><br>
<input type="button" onclick="myFunction()" value="Reset form">
</form>

<script>
function myFunction() {
document.getElementById("myForm").reset();
}
</script>

</body>
</html>

--------------





---------------





     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.