syhunt / huntpad

An open-source notepad with features that are particularly useful to penetration testers

Home Page:http://www.syhunt.com/en/?n=Products.SyhuntHuntpad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huntpad

Huntpad is a notepad application with features that are particularly useful to penetration testers and bug hunters - a collection of common injection string generators, hash generators, encoders and decoders, HTML and text manipulation functions, and so on, coupled with syntax highlighting and ability to execute scripts in over 10 programming languages. For more details, visit the Huntpad homepage.

Directories

  • /lualib - the source of the Huntpad Forge Lua library containing many of its toolbar functions written in a variety of languages.
  • /packs - contents of the uncompressed pack files Huntpad.scx and HuntScript.scx
  • /src - the main executable source and built-in resource files
  • /html - user interface resources (HTML)
  • /lua - Lua API source

Download

Compiled binaries for Windows can be downloaded from the links below.

Compiling

For compiling Huntpad, you will just need Catarinka and pLua.

There is no need to install third-party components in the IDE - you can just add the dependencies listed above to the library path and hit compile. It compiles under Delphi 10 Seattle down to XE2.

When starting up, Huntpad will require the Underscript Lua library compiled and some packed resource files from Sandcat (Common.pak and Resources.pak) to work.

License & Credits

Huntpad was developed by Felipe Daragon, Syhunt.

This code is licensed under a 3-clause BSD license - see the LICENSE file for details.

Third-party software used in Huntpad include:

  • Lua - Developed by a small team at Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), Lua is a core language used by Huntpad.
  • Sciter is the engine currently used by Huntpad for rendering its user interface toolbar.
  • Icons are derived from: Fugue Icons (by @yusukekamiyamane) and FatCow Icons.
  • For syntax highlighting, Huntpad currently uses SynEdit and @Krystian-Bigaj's SynWeb with a color scheme adapted from @korny's CodeRay.
  • Various third-party libraries that are included with Underscript.

The license for each component listed above can be found in the /packs/Resources/docs/ directory of the Sandcat repository.

Contact

Twitter: @felipedaragon, @syhunt

Email: felipe at syhunt.com

About

An open-source notepad with features that are particularly useful to penetration testers

http://www.syhunt.com/en/?n=Products.SyhuntHuntpad

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Pascal 65.0%Language:HTML 17.9%Language:Lua 12.6%Language:JavaScript 3.2%Language:CSS 1.4%