Virzz & Tools List

The Cyber Swiss Army Knife for terminal

Summary

  • All in Virzz
    • God The Cyber Swiss Army Knife for terminal.
    • Platform The Cyber Swiss Army Knife for platform.
  • Alfred Workflow
    • Switch DNS This is an useful workflow for switch your DNS.
  • CTF & Pentest
    • JWTTool A jwt tool with Print/Crack/Modify.
    • GitHack A .git folder disclosure exploit.
    • Gopher A tool for generate Gopher exp
    • Parser A tool for parse some files
    • Hashpow Fuck the hash proof of work for ctfer
    • Reverse Shell Easy to remember reverse shell.

Tools List

God

Source Code

The Cyber Swiss Army Knife for terminal.

Install

  • brew install virzz/virzz/god
  • Download from GitHub

Parser

Source Code

A tool for parse some files

Gopher

Source Code

A tool for generate Gopher exp

GitHack

Source Code

A Git source leak exploit tool that restores the entire Git repository, including data from stash, for white-box auditing and analysis of developers’ mind

JWTTool

Source Code

A jwt tool with Print/Crack/Modify

Reverse Shell

Source Code

Easy to remember reverse shell that should work on most Unix-like systems.

Example: https://resh.now.sh/localhost:1337

Luke Childs didn’t accept PR#15, so I made a new one

Reference

https://github.com/Lz1y/reverse-shell

https://github.com/lukechilds/reverse-shell

Switch DNS

This is an useful workflow for switch your DNS.

Default DNS:

Name Server IP
Google 8.8.8.8,8.8.4.4
Aliyun 223.5.5.5,223.6.6.6
114 114.114.114.114,114.114.115.115

You can add your custom DNS Server for your work!

Hashpow

Fuck the hash proof of work for ctfer

Newer (Rebuild Just Cli)

Source Code

Older

Source Code

https://hashpow.vercel.app/

Usage:

Usage:
request: /?c=[code]&t=[hash type]&pf=[prefix string]&sf=[suffix sstring]&p=[pos]&r=[true]
Params:
- c [string] Code (**require**)
- t [string] hash Type : md5 sha1 (**require**)
- p [int] starting Position of hash
- pf [string] text Prefix
- sf [string] text Suffix
- r [boolean] Raw resopnse
eg: /?c=abcdef&t=md5
    /?c=abcdef&t=md5&pf=v&sf=k&p=6