Pinned Loading
-
-
-
funciones para .bashrc o .zshrc que ...
funciones para .bashrc o .zshrc que permiten a partir de un archivo exportado de nmap en formato -oG (Grepable), copiar los puertos y la Ip con un par de sencillos comandos. 1# Copy ports
2function copyPorts(){
3ports="$(cat $1 | grep -oP '\d{1,5}/open' | awk '{print $1}' FS='/' | xargs | tr ' ' ',')"
4echo $ports | tr -d '\n' | xclip -sel clip
5echo "[*] Ports copied to clipboard\n"
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.