===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
civetweb-1.13+dfsg/build-54-  if [ $? -ne 0 ]; then
civetweb-1.13+dfsg/build:55:    stderr "Failed to find `$1` on the command line:"
civetweb-1.13+dfsg/build-56-    stderr "Please install it with your package manager"
##############################################
civetweb-1.13+dfsg/cmake/civetweb-config.cmake.in-5-
civetweb-1.13+dfsg/cmake/civetweb-config.cmake.in:6:include("${CMAKE_CURRENT_LIST_DIR}/civetweb-targets.cmake")
##############################################
civetweb-1.13+dfsg/conan/test_package/CMakeLists.txt-5-
civetweb-1.13+dfsg/conan/test_package/CMakeLists.txt:6:include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
civetweb-1.13+dfsg/conan/test_package/CMakeLists.txt-7-conan_basic_setup()
##############################################
civetweb-1.13+dfsg/docs/UserManual.md-246-
civetweb-1.13+dfsg/docs/UserManual.md:247:### cgi\_pattern `**.cgi$|**.pl$|**.php$`
civetweb-1.13+dfsg/docs/UserManual.md-248-All files that match `cgi_pattern` are treated as CGI files. The default pattern
##############################################
civetweb-1.13+dfsg/docs/UserManual.md-473-
civetweb-1.13+dfsg/docs/UserManual.md:474:### lua\_server\_page\_pattern `**.lp$|**.lsp$`
civetweb-1.13+dfsg/docs/UserManual.md-475-Files matching this pattern are treated as Lua server pages.
##############################################
civetweb-1.13+dfsg/docs/UserManual.md-540-
civetweb-1.13+dfsg/docs/UserManual.md:541:### ssi\_pattern `**.shtml$|**.shtm$`
civetweb-1.13+dfsg/docs/UserManual.md-542-All files that match `ssi_pattern` are treated as Server Side Includes (SSI).
##############################################
civetweb-1.13+dfsg/docs/UserManual.md-1030-
civetweb-1.13+dfsg/docs/UserManual.md:1031:- `php-cgi` is unavailable, for example on Mac OS X. As long as the `php` binary is installed, you can run CGI programs in command line mode (see the example below). Note that in this mode, `$_GET` and friends will be unavailable, and you'll have to parse the query string manually using [parse_str](http://php.net/manual/en/function.parse-str.php) and the `QUERY_STRING` environmental variable.
civetweb-1.13+dfsg/docs/UserManual.md-1032-
##############################################
civetweb-1.13+dfsg/docs/api/mg_start.md-20-| | |If all CGIs use the same interpreter, it is more efficient to set the option `cgi_interpreter` to the path to that executable because in that case no processing of the shebang line is necessary. When using PHP, be sure to point tot php-cgi(.exe) and not the php(.exe) executable, as the latter is a stand alone interpreter which doesn't interface over CGI with CivetWeb.
civetweb-1.13+dfsg/docs/api/mg_start.md:21:| **`cgi_pattern`** | `**.cgi$|**.pl$|**.php$` | All files that match `cgi_pattern` are treated as CGI files. The default pattern allows CGI files to be anywhere. To restrict CGIs to a certain directory, use `/path/to/cgi-bin/**.cgi` as a pattern. Note that the full path of the local file is matched against the pattern, not the URI provided in the client request.|
civetweb-1.13+dfsg/docs/api/mg_start.md-22-|**`put_delete_auth_file`**| *empty* | The option `put_delete_auth_file` defines the password file to be used for PUT and DELETE requests. Without a password file it is not possible to put new files to the server, or to delete existing ones. This only applies to direct HTTP requests which use the PUT and DELETE methods without server side scripting. PUT and DELETE requests might still be handled by Lua scripts and CGI pages. |
##############################################
civetweb-1.13+dfsg/fuzztest/fuzzmain.c-141-	sin.sin_family = AF_INET;
civetweb-1.13+dfsg/fuzztest/fuzzmain.c:142:	sin.sin_addr.s_addr = inet_addr("127.0.0.1");
civetweb-1.13+dfsg/fuzztest/fuzzmain.c-143-	sin.sin_port = htons(8080);
##############################################
civetweb-1.13+dfsg/fuzztest/fuzzmain.c-318-	sin.sin_family = AF_INET;
civetweb-1.13+dfsg/fuzztest/fuzzmain.c:319:	sin.sin_addr.s_addr = inet_addr("127.0.0.1");
civetweb-1.13+dfsg/fuzztest/fuzzmain.c-320-	sin.sin_port = htons(8080);
##############################################
civetweb-1.13+dfsg/src/civetweb.c-15223-			    phys_ctx,
civetweb-1.13+dfsg/src/civetweb.c:15224:			    "cannot set socket option SO_REUSEADDR (entry %i)",
civetweb-1.13+dfsg/src/civetweb.c-15225-			    portsTotal);
##############################################
civetweb-1.13+dfsg/test/x.php-6-
civetweb-1.13+dfsg/test/x.php:7:  <? echo $_POST["x"]; ?>
civetweb-1.13+dfsg/test/x.php-8-  
##############################################
civetweb-1.13+dfsg/debian/createmanpages-4-
civetweb-1.13+dfsg/debian/createmanpages:5:VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
civetweb-1.13+dfsg/debian/createmanpages-6-NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1`
##############################################
civetweb-1.13+dfsg/.pc/webdav-uploads/src/civetweb.c-15218-			    phys_ctx,
civetweb-1.13+dfsg/.pc/webdav-uploads/src/civetweb.c:15219:			    "cannot set socket option SO_REUSEADDR (entry %i)",
civetweb-1.13+dfsg/.pc/webdav-uploads/src/civetweb.c-15220-			    portsTotal);