# each item must starts with right slash "/"
# format:
# /path  {tag="text string to find"} {status=STATUS_CODE} {type="content-type must have this string"} {type_no="content-type must not have this string"}
# {root_only} set scan web root only

/core              {status=200}     {tag="ELF"}       {root_only}
# /debug.txt         {status=200}     {type="text/plain"}    {root_only}
/.bash_history     {status=206}     {type="application/octet-stream"}    {root_only}
/.rediscli_history {status=206}     {type="application/octet-stream"}    {root_only}
/.bashrc           {status=206}     {type="application/octet-stream"}    {root_only}
/.bash_profile     {status=206}     {type="application/octet-stream"}    {root_only}
/.bash_logout      {status=206}     {type="application/octet-stream"}    {root_only}
/.vimrc            {status=206}     {type="application/octet-stream"}    {root_only}
/.DS_Store         {status=206}     {type="application/octet-stream"}
/.history          {status=206}     {type="application/octet-stream"}    {root_only}
/.htpasswd         {status=206}     {type="application/octet-stream"}    {root_only}
/.htpasswd.bak     {status=206}     {type="application/octet-stream"}    {root_only}
/htpasswd.bak      {status=206}     {type="application/octet-stream"}    {root_only}
/nohup.out         {status=206}     {type="application/octet-stream"}    {root_only}
/.mysql_history         {status=206}    {type="application/octet-stream"}    {root_only}
/httpd.conf             {status=200}    {type_no="html"}    {root_only}


/server-status          {tag="<title>Apache Status</title>"}   {root_only}
/solr/                  {tag="<title>Solr Admin</title>"} {status=200} {type="html"}   {root_only}


# /nagios/         
# /kibana/
/jmx-console/HtmlAdaptor       {status=200}   {tag="JBoss Management Console"}    {root_only}
/cacti/            {tag="<title>Login to Cacti</title>"}                          {root_only}
/zabbix/           {tag="<title>Zabbix</title>"}                          {root_only}

# jenkins
/jenkins/static/f3a41d2f/css/style.css	         {type="text/css"}        {status=200}    {tag="jenkins-home-link"}   {root_only}
/static/f3a41d2f/css/style.css                   {type="text/css"}        {status=200}    {tag="jenkins-home-link"}   {root_only}
/script		        {status=200}    {tag="Type in an arbitrary"}    {root_only}
/jenkins/script		{status=200}    {tag="Type in an arbitrary"}    {root_only}
/exit                    {status=200}    {tag="<title>POST required</title>"}    {root_only}

/memadmin/index.php      {tag="<title>Login - MemAdmin"}      {status=200}       {root_only}
/ganglia/                {status=200}    {tag="<title>Ganglia"}                  {root_only}

# /data.txt           {status=200}    {type="text/plain"}    {root_only}
/install.txt          {status=200}    {type="text/plain"}    {root_only}    {tag="passw"}
/INSTALL.TXT          {status=200}    {type="text/plain"}    {root_only}    {tag="passw"}

# /a.out                       {status=200}      {type_no="html"}
/key                         {status=200}    {type_no="html"}
/keys                        {status=200}    {type_no="html"}
# /key.txt                     {status=200}    {type="text/plain"}
# /temp.txt                    {status=200}    {type="text/plain"}
# /tmp.txt                     {status=200}    {type="text/plain"}

# nginx status check
/nstatus             {status=200} {tag="<title>Nginx http upstream check status</title>"}
/status                 {status=200} {tag="<title>nginx vhost traffic status monitor</title>"}

# brpc
/connections  {status=200}  {type="text/html"} {tag="server_connection_count"}
/metrics                            {status=200}        {tag="version"}       {root_only}
/metrics?pretty=true                {status=200}        {tag="version"}       {root_only}
/.;/metrics/metrics                 {status=200}        {tag="version"}       {root_only}
/;/metrics/metrics?pretty=true      {status=200}        {tag="version"}       {root_only}
/metrics/metrics?pretty=true        {status=200}        {tag="version"}       {root_only}
/threads                            {status=200}        {tag="state="}        {root_only}
/.;/metrics/threads                 {status=200}        {tag="state="}        {root_only}
/;/metrics/threads                  {status=200}        {tag="state="}        {root_only}
/metrics/threads                    {status=200}        {tag="state="}        {root_only}
/api//actuator/metrics              {status=200}        {tag="state="}        {root_only}

# prometheus
/prometheus/metrics               {status=200}        {tag="application="}       {root_only}
/prometheus                       {status=200}        {tag="application="}

/eureka/apps                      {status=200}        {tag="<app>"}       {root_only}