===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-hawk-8.0.1+dfsg/API.md-91-        const { credentials, artifacts } = await Hawk.server.authenticate(req, credentialsFunc);
node-hawk-8.0.1+dfsg/API.md:92:        payload = `Hello ${credentials.user} ${artifacts.ext}`;
node-hawk-8.0.1+dfsg/API.md-93-        status = 200;
##############################################
node-hawk-8.0.1+dfsg/API.md-156-
node-hawk-8.0.1+dfsg/API.md:157:    console.log(`${response.statusCode}: ${body}` + (isValid ? ' (valid)' : ' (invalid)'));
node-hawk-8.0.1+dfsg/API.md-158-});
##############################################
node-hawk-8.0.1+dfsg/lib/utils.js-108-internals.authHeaderRegex = /^(\w+)(?:\s+(.*))?$/;                                      // Header: scheme[ something]
node-hawk-8.0.1+dfsg/lib/utils.js:109:internals.attributeRegex = /^[ \w\!#\$%&'\(\)\*\+,\-\.\/\:;<\=>\?@\[\]\^`\{\|\}~]+$/;   // !#$%&'()*+,-./:;<=>?@[]^_`{|}~ and space, a-z, A-Z, 0-9
node-hawk-8.0.1+dfsg/lib/utils.js-110-