Projects STRLCPY PEASS-ng Commits 480cf17e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    build_lists/sensitive_files.yaml
    skipped 26 lines
    27 27   - /tmp #common
    28 28   - /usr #common
    29 29   - /var #common
     30 + - /concourse-auth
     31 + - /concourse-keys
    30 32   
    31 33   
    32 34  common_file_folders:
    skipped 38 lines
    71 73  peas_extrasections_markup: "peass{EXTRA_SECTIONS}"
    72 74   
    73 75  peas_finds_markup: "peass{FINDS_HERE}"
     76 +peas_finds_custom_markup: "peass{FINDS_CUSTOM}"
    74 77  find_line_markup: "peass{FIND_PARAMS_HERE}"
    75 78  find_template: >
    76 79   `eval_bckgrd "find peass{FIND_PARAMS_HERE} 2>/dev/null | sort; printf \\\$YELLOW'. '\\\$NC 1>&2;"`
    77  - 
    78 80  peas_storages_markup: "peass{STORAGES_HERE}"
    79 81  storage_line_markup: "peass{STORAGE_PARAMS_HERE}"
    80 82  storage_line_extra_markup: "peass{STORAGE_PARAMS_EXTRA_HERE}"
    81 83  storage_template: >
    82 84   $(echo -e "peass{STORAGE_PARAMS_HERE}" peass{STORAGE_PARAMS_EXTRA_HERE} | sort | uniq | head -n 70)
    83  - 
    84 85  int_hidden_files_markup: "peass{INT_HIDDEN_FILES}"
    85 86   
    86 87  suidVB1_markup: "peass{SUIDVB1_HERE}"
    skipped 18 lines
    105 106   
    106 107  variables:
    107 108   - name: pwd_inside_history
    108  - value: "enable_autologin|7z|unzip|useradd|linenum|linpeas|mkpasswd|htpasswd|openssl|PASSW|passw|shadow|root|sudo|^su|pkexec|^ftp|mongo|psql|mysql|rdesktop|xfreerdp|^ssh|steghide|@|KEY=|TOKEN=|BEARER=|Authorization:"
     109 + value: "enable_autologin|7z|unzip|useradd|linenum|linpeas|mkpasswd|htpasswd|openssl|PASSW|passw|shadow|root|snyk|sudo|^su|pkexec|^ftp|mongo|psql|mysql|rdesktop|xfreerdp|^ssh|steghide|@|KEY=|TOKEN=|BEARER=|Authorization:"
    109 110   
    110 111   
    111 112   
    skipped 8 lines
    120 121   check_extra_path: "" #Check if the found files are in a specific path (only linpeas)
    121 122   good_regex: "" #The regex to color green
    122 123   just_list_file: False #Just mention the path to the file, do not cat it
    123  - line_grep: "" #The regex to grep lines in a file. IMPORTANT: This is the argument for "grep" command so you need to specify the single and double quotes (see examples). Use double quotes to indicate the interesting things to grep as winpeas greps the things inside th double qoutes.
     124 + line_grep: "" #The regex to grep lines in a file. IMPORTANT: This is the argument for "grep" command so you need to specify the single and double quotes (see examples)
    124 125   only_bad_lines: False #Only print lines containing something red (cnotaining bad_regex)
    125 126   remove_empty_lines: False #Remove empty lines, use only for text files (-I param in grep)
    126 127   remove_path: "" #Not interested in files containing this path (only linpeas)
    skipped 110 lines
    237 238  # remove_regex: '^#'
    238 239  # search_in:
    239 240  # - common
     241 + 
     242 + 
    240 243   
    241 244   
    242 245   
    skipped 2993 lines
Please wait...
Page is in error, reload to recover