Projects STRLCPY PEASS-ng Commits eaac6547
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    linPEAS/builder/linpeas_parts/linpeas_base.sh
    skipped 78 lines
    79 79   ${YELLOW} -t${BLUE} Automatic network scan & Internet conectivity checks - This option writes to files
    80 80   ${YELLOW} -r${BLUE} Enable Regexes (this can take from some mins to hours)
    81 81   ${YELLOW} -P${BLUE} Indicate a password that will be used to run 'sudo -l' and to bruteforce other users accounts via 'su'
    82  - ${YELLOW} -D${BLUE} Debug mode
     82 + ${YELLOW} -D${BLUE} Debug mode
    83 83  
    84 84   ${GREEN} Network recon:
    85 85   ${YELLOW} -t${BLUE} Automatic network scan & Internet conectivity checks - This option writes to files
    86  - ${YELLOW} -d <IP/NETMASK>${BLUE} Discover hosts using fping or ping.$DG Ex: -d 192.168.0.1/24
     86 + ${YELLOW} -d <IP/NETMASK>${BLUE} Discover hosts using fping or ping.$DG Ex: -d 192.168.0.1/24
    87 87   ${YELLOW} -p <PORT(s)> -d <IP/NETMASK>${BLUE} Discover hosts looking for TCP open ports (via nc). By default ports 22,80,443,445,3389 and another one indicated by you will be scanned (select 22 if you don't want to add more). You can also add a list of ports.$DG Ex: -d 192.168.0.1/24 -p 53,139
    88 88   ${YELLOW} -i <IP> [-p <PORT(s)>]${BLUE} Scan an IP using nc. By default (no -p), top1000 of nmap will be scanned, but you can select a list of ports instead.$DG Ex: -i 127.0.0.1 -p 53,80,443,8000,8080
    89 89   $GREEN Notice${BLUE} that if you specify some network scan (options -d/-p/-i but NOT -t), no PE check will be performed
    skipped 1066 lines
Please wait...
Page is in error, reload to recover