Projects STRLCPY metabigor Commits 537253ad
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 7 lines
    8 8  </p>
    9 9   
    10 10  ## What is Metabigor?
    11  -Metabigor is Intelligence tool, its goal is to do OSINT tasks and more but without any API key.
    12 11   
     12 +Metabigor is Intelligence tool, its goal is to do OSINT tasks and more but without any API key.
    13 13   
    14 14  ## Installation
    15 15   
    skipped 4 lines
    20 20  ### Example Commands
    21 21   
    22 22  ```
    23  -# discovery IP of ASN
     23 +# discovery IP of a company/organization
    24 24  echo "company" | metabigor net --org -o /tmp/result.txt
    25 25   
    26  -# discovery IP of ASN
     26 +# discovery IP of an ASN
    27 27  echo "ASN1111" | metabigor net --asn -o /tmp/result.txt
    28 28  cat list_of_ASNs | metabigor net --asn -o /tmp/result.txt
    29 29   
    30  -# running masscan on port 443
     30 +# running masscan on port 443 for a subnet
    31 31  echo "1.2.3.4/24" | metabigor scan -p 443 -o /tmp/result.txt
    32 32   
    33  -# running masscan on port all port and nmap on open port
     33 +# running masscan on all port and nmap on open port
    34 34  cat list_of_IPs | metabigor scan --detail -o /tmp/result.txt
    35 35   
    36 36  # search result on fofa
    skipped 16 lines
Please wait...
Page is in error, reload to recover