Skip to content

Built to learn ethical hacking on your own

Notifications You must be signed in to change notification settings

NewpieMC/Self-Way

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | Persian

  • Built to learn ethical hacking on your own.
  • Includes guides, tutorials, cheat sheets and tools.
  • Each resource has been written in Markdown.
  • The Guide is accessible directly from command line (thanks to Glow).

A complete translation is in progress to make a separate repository in Persian. Due to the actual filtering of Internet in Iran, the installation script need some adgustment. If you are in Iran and try to install this version (English), you will be facing some issues and it is not recommended, especially if you are just starting out with Linux.


Category of tools;

  • Anonymity
  • Cracking
  • Ddos
  • Exploitation
  • Forensics/Anti-Forensics
  • Fuzzing
  • Google Dorking
  • Industrial Control System (ICS)
  • Lateral Movement
  • OSINT
  • Pivot
  • Post-Exploitation
  • Privilege Escalation
  • Recon
  • Reporting
  • Reversing
  • Sniffing
  • Social-Engineering
  • System
  • Vulnerability
  • Web Application
  • Wireless

Step 1

  1. Download VirtualBox and install Kali inside. You can find the instruction to do it here : https://github.com/NeverWonderLand/kali-inst-guide

  2. Open the terminal and update your system:

sudo apt update && apt full-upgrade -y
sudo apt autoremove -y

Step 2

  1. Clone this repo :
sudo -su
git clone https://github.com/NeverWonderLand/Self-Way.git
  1. Install it :
cd Self-Way
chmod +x install.sh
./install.sh

To avoid to having to watch the screen the whole time, turn off the screen saver. To do this go in the Kali menu and search for "power management" then turn it all off.

Make a reboot when its finish by typing reboot in the terminal and press ENTER


Step 3

Once all is complete:

  • open the folder Guide on the Desktop
  • right click inside the folder and choose open a terminal here
  • in the terminal, type the command glow

Now you are in the Guide book! To navigate inside, use your arrow on the keyboard and select with ENTER. To exit just press q. You can always let this terminal open and then open a new one to make your work!

To get started learning open the file where_to_start.md.


Possible issues

If the command 'glow' is not found, follow these steps and it should work:

cd /root/glow
go build

If you cant open the folder Guide and wallpaper, open a terminal and enter there commands:

chmod 777 /home/kali/Desktop/Guide
chmod 777 /home/kali/Desktop/wallpaper

GOOD LUCK !


This repo have been build based on many others' amazing work:

https://github.com/ghostsec420

https://github.com/U53RW4R3

https://github.com/RoseSecurity

https://github.com/thehackingsage

https://github.com/Anon-Planet/thgtoa

If you see some of your works here and want your name added just message me and I will add it !


This repository is still in work and will continue to be updated. For more details see the changelog.

| The NewBloodProject is my way to be the change I want to see - WondR <3

About

Built to learn ethical hacking on your own

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%