GithubHelp home page GithubHelp logo

cyber-security's Introduction

Cyber Security

A beginner's guide to various cybersecurity concepts and tools

Note - Only for education purpose

Contents

Setup

  • Access the DarkWeb via VPN โ†’ Tor .onion;
    • Use proxychains4 to setup multiple SOCKS5 proxies as Threat Actors could control exit and entry nodes
      • Add proxies here : /etc/proxychain4.conf
      • Get free proxies from SPYS.ONE that have the least latency but these have to be tested
      • Usage : proxychains4 <application/cmd-line>
      • Make sure the service of Tor is running : sudo service tor start
      • Tyres of Chaining available - Dynamic, Strict, Round Robin, Random (Hard for HTTPS)
      • Always leave the proxy_dns enabled
    • More Tor nodes or longer chains provide more security but speed degrades
    • Search : ahmia.fi
    • Use firewall like Pfsense and make sure only the required ports are open
  • Testing
  • OS
    • The safest is to run Tails OS only on a USB
      • This erases any downloaded files removing your footprint
      • Make sure internet connection is turned off when accessing these downloaded files
    • Whonix has a gateway and workstation for access via Tor
    • Kali Linux and Ubuntu require manual setting up of Tor

Others

Domain Controller

  • Command to fetch the domainrole

    > wmic computersystem get domainrole
    
    Value DomainRole
    0x0 Standalone Workstation
    0x1 Member Workstation
    0x2 Standalone Server
    0x3 Member Server
    0x4 Backup Domain Controller
    0x5 Primary Domain Controller

References

YouTube Channels
David Bombal
HackerSploit
John Hammond
Network Chuck
Nour's tech talk
LiveOverflow
stacksmashing
The Cyber Mentor
Reverse Engineering / Malware Analysis
Dr Josh Stroschein
DuMp-GuY TrIcKsTeR
HEXORCIST
OALabs
Malfind Labs
MalwareAnalysisForHedgehogs
Neil Fox
The PC Security Channel

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.