Giter VIP home page Giter VIP logo

noraj / ctf-party Goto Github PK

View Code? Open in Web Editor NEW
80.0 7.0 8.0 485 KB

:triangular_flag_on_post: A CLI tool & library to enhance and speed up script/exploit writing with string conversion/manipulation.

Home Page: https://noraj.github.io/ctf-party/

License: MIT License

Ruby 99.02% Dockerfile 0.98%
security-tools library ctf ctf-framework ctf-tools hashing encoding decoding data-manipulation string-manipulation hacktoberfest

ctf-party's Issues

leet encoder

-The quick brown fox jumps over the lazy dog
+7h3 qu1ck br0wn f0x jump5 0v3r 7h3 l4zy d06
  • t -> 7
  • e -> 3
  • i -> 1
  • o -> 0
  • s -> 5
  • a -> 4
  • g -> 6

defang

  • defang IP addresses 741a713
  • defang domains (check if already covered by defang URI)
  • defang URI (HTTP, more protocols ?) 741a713
  • defang email
  • refang for each

quality:

  • doc
  • tests
  • bin
  • release

Create a binary

$ ctf-party hex2str 'yourstring'
$ ctf-party leet 'yourstring'

Do not support to_ and from_ methods but x2x aliases.
See if it not too much work to support options.

Hexadecimal IP encoder/decoder

Hexadecimal IP encoder/decoder

irb(main):016:0> '0100007F'.scan(/.{2}/).map(&:hex2dec).reverse.join('.')
=> "127.0.0.1"

Often use in network (eg. on linux /proc/net/tcp)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.