Coder Social home page Coder Social logo

tools's Introduction

Tools

Tools of the trade

General

  • Good Linux machine or VM either via VMware, VirtualBox, or vagrant - would suggest Ubuntu 14.04 LTS
  • Python (both 2.7 and 3)
  • Hex Editor (ghex recommended)

Binary exploitation/reversing

  • IDA (Demo, if not Pro)
  • gdb
  • PEDA - makes gdb far more usable
  • qira - if you can get it to work & understand it
  • checksec - peda can give the same info though
  • pwntools - makes pwning easier
  • radare2 - reverse engineering framework
  • angr - a binary analysis framework with a great symbolic execution engine
  • fupy - fast and dirty python decompiler
  • JD-GUI - java decompiler
  • Java Decompilers - Online decompiler for Java and Android APKs
  • syms2elf - A plugin for Hex-Ray's IDA Pro and radare2 to export the symbols recognized to the ELF symbol table

Cryptography

  • Rumkin ciphers - multiple (ancient) crypto stuff
  • quipqiup - solving cryptograms
  • xortool - solving multi-byte xor cipher
  • rsatool - to calculate rsa params
  • featherduster - An automated, modular cryptanalysis tool
  • attackrsa - An all-in-one tool including many common attacks against RSA problems in CTF
  • RsaCTFtool - An automated tool to crack public keys of rsa using various standard techniques
  • Untwister - A seed recovery tool for various PRNGs

Forensics

  • Foremost - recover hidden files
  • Binwalk - find offsets of files which are concatenated contiguously
  • Autopsy - find deleted files from harddisk dumps
  • Wireshark - analyze network captures
  • Stegsolve
  • Cloudshark - Analyze network captures online
  • John The Ripper - password cracking tool
  • Stegosaurus - tool that allows embedding arbitrary payloads in Python bytecode (pyc or pyo) files

Web exploitation

  • GitTools - downloads exposed .git repo of vulnearable websites
  • SQLMap - automated sql injection
  • Hackbar - indispensible addon for web exploitation in firefox
  • CookieManager - addon for firefox
  • Postman - add on for chrome.
  • requests - python library used for sending HTTP requests
  • Wfuzz - to detect directories and pages on the server using common wordlists.
  • XSS Payloads

tools's People

Contributors

codemaxx avatar jaybosamiya avatar paraschetal avatar pdhoot avatar rnehra01 avatar rohithasrk avatar shishirjindal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tools's Issues

Need to add links to all tools

We need to do the following:

  • Add links to be able to download all tools
  • Add links to cheatsheets/quickref for each tool, connected to our reading-material repo maybe?

Note: 2nd point needs further discussion

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.