GithubHelp home page GithubHelp logo

ravibjj / gray-hacker-resources Goto Github PK

View Code? Open in Web Editor NEW

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

0.0 0.0 0.0 255.82 MB

Resources for CTFs and wargames, Cryptography, Forensics, Vulnerabilities and exploits, Reverse engineering, Web exploits, Post-exploration. 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%

gray-hacker-resources's Introduction

👾 Gray Hacker Resources 👾

A big bag of Fun. Educational purposes.

⚡️ Resource Links


⚡️ 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

When making a reference to my work, please use my website.

Creative Commons License

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

gray-hacker-resources's People

Contributors

molcay avatar frankxayachack 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.