New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codesake-dusk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codesake-dusk

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Codesake::Dusk - the end of web applications security issues

dusk is a dynamic analysis tool for websites to spot security issues. It borns from a bunch of ruby code snippets I wrote to automate my daily job, so I gather them together in the hope you'll find them useful too.

Gem Version Build Status Dependency Status Coverage Status

YADAST?

Security market is full of both commercial than opensource dynamic testing tools helping people to automate some steps in a web application penetration test. dusk is something useful for me and that I want to share with you in case you eventually find it useful too.

Features

TestDescriptionRelease time
robots.txt parsing
url discovery with bruteforce
ssl connection evaluation
login form bruteforce
XSS discovery
cookie testing
http verb evaluation
site crawling
detect old and backup files
CMS fingerprint
information gathering using search engines

Installation

Add this line to your application's Gemfile:

gem 'codesake-dusk'

And then execute:

$ bundle

Or install it yourself as:

$ gem install codesake-dusk

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 22 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc