cYHBer

(★ 19)

La arquitectura de la evasión semántica

File Explorer

  • 2511.15304v3.pdf
  • Obliteratus_Semantic_Evasion.pdf
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

nmap

View Details ▼

Network exploration tool and security/port scanner.
Some features (e.g. SYN scan) activate only when `nmap` is run with root privileges.
See also: `hping3`, `masscan`, `naabu`, `rustscan`, `zmap`.

nmap -v{{1|2|3}} {{ip_or_hostname}}

Scan the top 1000 ports of a remote host with various [v]erbosity levels:

nmap -T5 -sn {{192.168.0.0/24|ip_or_hostname1,ip_or_hostname2,...}}

Run a ping sweep over an entire [s]ub[n]et or individual hosts very aggressively:

sudo nmap -A -iL {{path/to/file.txt}}

Enable OS detection, version detection, script scanning, and traceroute of hosts from a file:

// repository documentation