Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
creep-web-app-scanner — A web app scanner | Kitploit
Tools/GitHubGitHub/nccgroup/creep-web-app-scanner
Web Vulnerability ScannersVulnerability AnalysisInformation GatheringWeb SecurityPenetration TestingCrawler
GitHubnccgroup/creep-web-app-scanner

creep-web-app-scanner

A web app scanner

View Repository
241712 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

creep-web-app-scanner

A (very) primitive website scanner currently under development by an NCC Group employee and University graduate with 20% research time. creep currently crawls a site, and searches for potentially interesting information within each page.

creep will crawl your (HTTP only) target and pull interesting info on the site, including:

  • Source code comments
  • Errors (MySQL errors, warnings, fatals, etc)
  • Linux file paths

creep will also perform file/dir bashing on existing known locations to try and locate potentially interesting files/dirs (test.php, admin/, etc)

creep will (in the near future) perform parameter bashing and compile a list of potentially interesting results by calculating the hashes of resource output, requesting the page using specific parameters, and then comparing the hash of the new output with that of the original to determine if a different output was generated.

Other things and features to be added to creep include:

  • Unit testing
  • Search engine, site specific search (Google's site: inurl: etc..)
  • Form processing. Pulling action resources and (possibly) brute forcing
  • Potentially interesting parameters (file, debug, open, etc..)
  • Equivalent status code definitions. Some websites return 200 regardless of whether the requested resource is actually available/exists
  • Concurrent network IO
  • Loading/saving data to SQL db (SQLite)
  • Cross reference version strings with CVE database
  • Rulesets. Ability to customise what creep should be looking for

Comments and questions should be sent to aidan dot marlin at nccgroup dot com

Download Tool