Category:Web-hacking
Jump to navigation
Jump to search
Web Hacking
This category contains articles and tools about web applications security. It will teach you how to asset the security of your web applications and better protect them.
Web application attacks
Common web application attacks (XSS, LFI, RFI, sessions, ...) are here: Web-applications-attacks
Read file
Here are some commands that enable to read a file:
- cat <file>
- head <file>
- more <file>
- less <file>
- tail <file>
- nano <file>
- vim <file>
- vi <file>
- grep <file>
- grep -R . (reads all files in the directory)
- echo < readme.txt
- while read line; do echo $line; done < clue.txt
Hacking tutorials
Comments
This category currently contains no pages or media.