All Projects → metachar → Pyhawk

metachar / Pyhawk

Licence: gpl-3.0
Searches the directory of choice for interesting files. Such as database files and files with passwords stored on them

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyhawk

Backoffice Administration
Stars: ✭ 89 (+48.33%)
Mutual labels:  management, database
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (+216.67%)
Mutual labels:  files, hacking
One Lin3r
Gives you one-liners that aids in penetration testing operations, privilege escalation and more
Stars: ✭ 1,259 (+1998.33%)
Mutual labels:  database, hacking
Redis Marshal
Lightweight Redis data exploration tool
Stars: ✭ 16 (-73.33%)
Mutual labels:  management, database
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (+851.67%)
Mutual labels:  files, database
Temboard
PostgreSQL Remote Control
Stars: ✭ 218 (+263.33%)
Mutual labels:  management, database
Ronin
Ronin is a Ruby platform for vulnerability research and exploit development. Ronin allows for the rapid development and distribution of code, Exploits or Payloads, Scanners, etc, via Repositories.
Stars: ✭ 220 (+266.67%)
Mutual labels:  database, hacking
K8tools
K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix)
Stars: ✭ 4,173 (+6855%)
Mutual labels:  database, hacking
Emagnet
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 688 (+1046.67%)
Mutual labels:  database, hacking
Spytrojan keylogger
[Solo para programadores] Troyano espía | Keylogger solo para Windows, se replica en el sistema y se inicia automaticamente al iniciar sesión. | Envío de registro mediante [Base de Datos], [Gmail] o [BotTelegram].
Stars: ✭ 32 (-46.67%)
Mutual labels:  database, hacking
Kill Router
Ferramenta para quebrar senhas administrativas de roteadores Wireless, routers, switches e outras plataformas de gestão de serviços de rede autenticados.
Stars: ✭ 57 (-5%)
Mutual labels:  hacking
Docker Backup Database
Docker image to periodically backup your database (MySQL, Postgres, or MongoDB) to S3 or local disk.
Stars: ✭ 57 (-5%)
Mutual labels:  database
Fine Uploader
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
Stars: ✭ 8,158 (+13496.67%)
Mutual labels:  files
Webwhatsappbot
Core to automatize whatsapp - working 11/2018
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacking
Dll hook Rs
Rust code to show how hooking in rust with a dll works.
Stars: ✭ 57 (-5%)
Mutual labels:  hacking
Sql.js
A javascript library to run SQLite on the web.
Stars: ✭ 9,594 (+15890%)
Mutual labels:  database
Bulwark Explorer
Block explorer for Bulwark Cryptocurrency
Stars: ✭ 57 (-5%)
Mutual labels:  database
Interference
opensource distributed database with base JPA implementation and event processing support
Stars: ✭ 57 (-5%)
Mutual labels:  database
Assassin
Assassin is a decentralized database that uses background threads to kill slow JavaScript.
Stars: ✭ 57 (-5%)
Mutual labels:  database
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-1.67%)
Mutual labels:  database

pyHAWK

Searches the directory of choice for interesting files. Such as database files and files with passwords stored on them

Features

  • Scans directory for intresting file types
  • Outputs them to the screen
  • Supports many file types

Installation Instructions

The installation is easy. Git clone the repo and run go build.

git clone https://github.com/MetaChar/pyHAWK
python2 main.py

Usage

To set a Directory use -d or --directory

python2 main.py -d <directory>

File Extensions

Cryptography

  • .pem
  • .pkcs12
  • .p12
  • .pfx
  • .asc
  • .jks
  • .keychain

Password Files

  • .agilekeychain
  • .kwallet
  • .bek
  • .tpm
  • .psafe3

Database Files

  • .sdf
  • .sqlite
  • .fve
  • .pcap
  • .gnucash
  • .dayone
  • .mdf

Misc Files

  • .log

Config Files

  • .cscfg
  • .rdp
  • .tblk
  • .ovpn

File Names

Password Files

  • credentials.xml
  • robomongo.json
  • filezilla.xml
  • recentservers.xml
  • ventrilo_srv.ini
  • terraform.tfvars
  • secret_token.rb
  • carrierwave.rb
  • omniauth.rb
  • settings.py
  • database.yml

Database Files

  • journal.txt
  • Favorites.plist

Misc Files

  • root.txt
  • users.txt
  • passwords.txt
  • login.txt

Config Files

  • jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml
  • LocalSettings.php
  • configuration.user.xpl
  • knife.rb

Insperation

Inspired by ice3man543 check it out here : https://github.com/Ice3man543/hawkeye

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].