All Projects → BishopFox → Deephack

BishopFox / Deephack

PoC code from DEF CON 25 presentation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deephack

Eyeballer
Convolutional neural network for analyzing pentest screenshots
Stars: ✭ 416 (+87.39%)
Mutual labels:  ai, security-tools
Nrf24 Playset
Software tools for Nordic Semiconductor nRF24-based devices like wireless keyboards, mice, and presenters
Stars: ✭ 73 (-67.12%)
Mutual labels:  security-tools, proof-of-concept
Radio Hackbox
PoC tool to demonstrate vulnerabilities in wireless input devices
Stars: ✭ 74 (-66.67%)
Mutual labels:  security-tools, proof-of-concept
Venom
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
Stars: ✭ 3,457 (+1457.21%)
Mutual labels:  ai
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+7644.59%)
Mutual labels:  ai
Jiji2
Forex algorithmic trading framework using OANDA REST API.
Stars: ✭ 211 (-4.95%)
Mutual labels:  ai
Aaia
AWS Identity and Access Management Visualizer and Anomaly Finder
Stars: ✭ 218 (-1.8%)
Mutual labels:  security-tools
Limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware.
Stars: ✭ 203 (-8.56%)
Mutual labels:  security-tools
Werdlists
⌨️ Wordlists, Dictionaries and Other Data Sets for Writing Software Security Test Cases
Stars: ✭ 216 (-2.7%)
Mutual labels:  security-tools
Blackhat Arsenal Tools
Official Black Hat Arsenal Security Tools Repository
Stars: ✭ 2,639 (+1088.74%)
Mutual labels:  security-tools
Jetson Nano Baseboard
Antmicro's open hardware baseboard for the NVIDIA Jetson Nano and Jetson Xavier NX
Stars: ✭ 209 (-5.86%)
Mutual labels:  ai
Depthai
DepthAI Python API utilities, examples, and tutorials.
Stars: ✭ 203 (-8.56%)
Mutual labels:  ai
Machine Learning Interview Enlightener
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
Stars: ✭ 207 (-6.76%)
Mutual labels:  ai
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+6830.18%)
Mutual labels:  ai
Libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
Stars: ✭ 217 (-2.25%)
Mutual labels:  ai
Rl trading
An environment to high-frequency trading agents under reinforcement learning
Stars: ✭ 205 (-7.66%)
Mutual labels:  ai
Awesome Java Security
Awesome Java Security Resources 🕶☕🔐
Stars: ✭ 216 (-2.7%)
Mutual labels:  security-tools
Ladon
大型内网渗透扫描器&Cobalt Strike,Ladon8.9内置120个模块,包含信息收集/存活主机/端口扫描/服务识别/密码爆破/漏洞检测/漏洞利用。漏洞检测含MS17010/SMBGhost/Weblogic/ActiveMQ/Tomcat/Struts2,密码口令爆破(Mysql/Oracle/MSSQL)/FTP/SSH(Linux)/VNC/Windows(IPC/WMI/SMB/Netbios/LDAP/SmbHash/WmiHash/Winrm),远程执行命令(smbexec/wmiexe/psexec/atexec/sshexec/webshell),降权提权Runas、GetSystem,Poc/Exploit,支持Cobalt Strike 3.X-4.0
Stars: ✭ 2,911 (+1211.26%)
Mutual labels:  security-tools
Vulny Code Static Analysis
Python script to detect vulnerabilities inside PHP source code using static analysis, based on regex
Stars: ✭ 207 (-6.76%)
Mutual labels:  security-tools
Dl inference
通用深度学习推理服务,可在生产环境中快速上线由TensorFlow、PyTorch、Caffe框架训练出的深度学习模型。
Stars: ✭ 209 (-5.86%)
Mutual labels:  ai

DeepHack

SYNOPSIS

make virtualenv-develop

~/.virtualenvs/vulnserver/bin/vulnserver

curl 127.0.0.1:5000/v0/sqli/select?user_id=1

Dependencies

sudo apt install virtualenv libpq-dev sudo pip3 install keras tensorflow

DESCRIPTION

DeepHack

COMMAND LINE OPTIONS

  • --example : This is an example action, replace it with a real argument!

EXAMPLES

Setup a python virtualenv to do development work

    $ make virtualenv-develop

Create an LXC and install the module into it for development

    $ make lxc-develop

Create an LXC and install the project into it for production

    $ make lxc
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].