All Projects → hashview → hashview-agent

hashview / hashview-agent

Licence: other
Remote agent used for processing distributed jobs

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to hashview-agent

Ttpassgen
密码生成 flexible and scriptable password dictionary generator which can support brute-force、combination、complex rule mode etc...
Stars: ✭ 68 (+300%)
Mutual labels:  hashcat
Quebec Wordlist
A useful wordlist made from French Canadian leaked passwords!
Stars: ✭ 50 (+194.12%)
Mutual labels:  hashcat
multicapconverter
Tool used to Convert a cap/pcap/pcapng capture file to a hashcat hcwpax/hccapx/hccap/hcpmkid/hceapmd5/hceapleap file
Stars: ✭ 43 (+152.94%)
Mutual labels:  hashcat
Bruteshark
Network Analysis Tool
Stars: ✭ 1,335 (+7752.94%)
Mutual labels:  hashcat
Webhashcat
Hashcat web interface
Stars: ✭ 151 (+788.24%)
Mutual labels:  hashcat
hashcat-wpa-server
Hashcat WPA/WPA2 server
Stars: ✭ 26 (+52.94%)
Mutual labels:  hashcat
Chasm
A CHaracter Aware Splitting Method for producing password candidates.
Stars: ✭ 37 (+117.65%)
Mutual labels:  hashcat
RockYou2021.txt
RockYou2021.txt is a MASSIVE WORDLIST compiled of various other wordlists. RockYou2021.txt DOES NOT CONTAIN USER:PASS logins!
Stars: ✭ 288 (+1594.12%)
Mutual labels:  hashcat
Dwpa
Distributed WPA PSK auditor
Stars: ✭ 163 (+858.82%)
Mutual labels:  hashcat
agent
hashtopolis.org
Stars: ✭ 19 (+11.76%)
Mutual labels:  hashcat
Hashcat
World's fastest and most advanced password recovery utility
Stars: ✭ 11,014 (+64688.24%)
Mutual labels:  hashcat
Pantagrule
large hashcat rulesets generated from real-world compromised passwords
Stars: ✭ 146 (+758.82%)
Mutual labels:  hashcat
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+923.53%)
Mutual labels:  hashcat
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+56052.94%)
Mutual labels:  hashcat
Crack-O-Matic
Find and notify users in your Active Directory with weak passwords
Stars: ✭ 89 (+423.53%)
Mutual labels:  hashcat
Hcxtools
Portable (that doesn't include proprietary/commercial operating systems) solution for conversion of cap/pcap/pcapng (gz compressed) WiFi dump files to hashcat formats (recommended by hashcat) and to John the Ripper formats. hcx: h = hash, c = convert and calculate candidates, x = different hashtypes
Stars: ✭ 1,121 (+6494.12%)
Mutual labels:  hashcat
NetNTLM-Hashcat
Converts John The Ripper/Cain format hashes (singular, or in bulk) to HashCat compatible hash format.
Stars: ✭ 31 (+82.35%)
Mutual labels:  hashcat
wifite2
Rewrite of the popular wireless network auditor, "wifite" - original source by @derv82 right over
Stars: ✭ 290 (+1605.88%)
Mutual labels:  hashcat
hashcatbenchmark
Benchmark in Hashcat for diferents GPU's
Stars: ✭ 19 (+11.76%)
Mutual labels:  hashcat
hashcat-benchmark-comparison
Hashcat Benchmark Comparison
Stars: ✭ 22 (+29.41%)
Mutual labels:  hashcat

!!! THIS PROJECT IS DEPRICATED !!!

It will no longer be maintained. If you wish to use the latest version of hashview, please checkout https://github.com/hashview/hashview

Hashview Agent

This is the headless agent that connects to the master instance of Hashview to support distributed cracking.

Warning! distributed support is very ALPHA. This agent only works with dev instances of Hashview!

More information about distributed support can be found here: Hashview Wiki - Distributed Cracking

Prerequisites

We strongly suggest using RVM: \curl -sSL https://get.rvm.io | bash -s stable --ruby

Networking Requirements

Agents heartbeat to the master server where your full install of Hashview is located. You'll need inbound port 4567/tcp traffic for agents to communicate.

Install

  1. Clone the hashview-agent repo

    git clone https://github.com/hashview/hashview-agent

  2. Install gems

    gem install bundler
    bundle install

  3. Provision the agent

    RACK_ENV=production rake provision_remote_agent

    A new configuration file will be generated at config/agent_config.json. Note the UUID for the agent is generated at this time. This UUID should be treated similar to an API key.

  4. Define your master server by IP (where the full install of Hashview is located) and path to your hashcat binary. Example config below:

{
  "master_ip": "192.168.1.1",
  "port": "4567",
  "uuid": "31c4ec48-e7b1-1af9-b1b0-7e1d77c57928",
  "hc_binary_path": "/home/meatball/hashcat-3.30/hashcat64.bin"
}
  1. Start the agent

    RACK_ENV=production ruby agent.rb

  2. Verify you see the hearbeats on your master instance under the "Agents" menu. A status of 'Pending' will exist until you've authorized the agent to join the cluster. Once Authorized, the agent will take tasks off the queue and hearbeat with its hashcat status.

Happy Cracking!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].