Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

easy-commands-for-hacking

There are easy but so useful commands for hacking and ctf chanllenge

find file
find / -type f -name 'user.txt' 2>/dev/null

get a stable shell with a python one-liner
python -c 'import pty; pty.spawn("/bin/bash")'

About

There are easy but so useful commands for hacking and ctf chanllenge

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors