43 shaares
8 private links
8 private links
10 results
tagged
info
Uncrop pixel image
// ==UserScript==
// @name Twitter to Nitter
// @version 1
// @include *
// @grant none
// ==/UserScript==
window.addEventListener('load', function() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
links[i].href = links[i].href.replace('https://twitter.com', 'https://nitter.ca');
}
}, false);
triage de données
A lire
Moteur de recherche OSINT
Welcome back my aspiring cyber warriors! Most of you are aware of the power of nmap and nmap scripts for reconnaissance on a target and target networks. These tools can be used for numerous tasks such as simple port scanning to service and version detection. Despite the power and simplicity of nmap, it can be tediously slow for scanning very large networks. This is where the breakthrough scanner, Zmap, displays its strengths. Zmap was developed in 2013 by a team of researchers at the University
Open Source Compositing Software For VFX and Motion Graphics