Coder Social home page Coder Social logo

rakhithjk / my-gray-hacker-resources Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mariusv/gray-hacker-and-pentesting

0.0 1.0 0.0 253.17 MB

Useful for CTFs, wargames, pentesting. Educational purposes. Or for fun. Or profit.

License: MIT License

Python 11.11% PHP 1.19% Perl 0.12% JavaScript 0.56% Shell 0.40% Makefile 8.96% C 59.55% Assembly 0.94% HTML 5.84% Ruby 0.05% Lua 0.11% Java 0.47% C++ 9.30% Objective-C 0.44% Go 0.01% ASP 0.89% ColdFusion 0.07%

my-gray-hacker-resources's Introduction

Gray Hacker Resources

All in one big bag. Educational purposes.

* CTFs and WARGAMES

* CRYPTOGRAPHY

* FORENSICS

* LINUX HACKING

* MEMORY EXPLOITS

* VULNERABILITIES AND EXPLOITS

* NETWORK and 802.11

* REVERSE ENGINEERING

* RUBBER DUCK

* STEGANOGRAPHY

* WEB EXPLOITS

* OTHER HACKINGS

* PEN TESTING

* MOBILE

* BOTNETS


Post-Exploitation


Useful Command Line

Searching

grep word f1

sort | uniq -c

diff f1 f2

find -size f1

Compressed Files

zcat f1 > f2

gzip -d file

bzip2 -d f1

tar -xvf file

Connecting to a Server/Port


nc localhost 30000

echo 4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e | nc localhost 30000

openssl s_client -connect localhost:30001 -quiet

nmap -p 31000-32000 localhost

telnet localhost 3000

References:

Books I Recommend

Technical

Fun

Other Resources


License

Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

my-gray-hacker-resources's People

Contributors

bt3gl avatar

Watchers

 avatar

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.