Skip to content

Latest commit

 

History

History

Path3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Linux File Permissions

R-4,W-2,X-1;

owner - group - all d- directory and - File upgrading Permissions =chmod code filename (Code- 421 or 600) Changing Owner =chown Travis filename(Travis-owner)

Editors

hexeditors filename

graohical= mousepad filename

Custom Commands

we can create our custom commans with Ai tools

File Identification

OS identifies a file type by its signature It can differentiate file and directory only

Port Forwarding with Ngrok

install and set up ngrok in kali linux

Example Image

Example Image

Why Port Forwarding

with PF we can forwar any service like apache,ssh,etc. unlike simple ssh.

New Commands used

  • wget link(Download)

  • nmap -p- localhost(for knowing service ports)

Port Forwarding

To run , run the following command

  ./ngrok tcp 22

  ssh [email protected] -p 14788