Skip to content

Alygnt/Webgoat-Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webgoat-Termux

Introduction

WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security lessons.

This program is a demonstration of common server-side application flaws. The exercises are intended to be used by people to learn about application security and penetration testing techniques.

WARNING 1: While running this program your machine will be extremely vulnerable to attack. You should disconnect from the Internet while using this program. WebGoat's default configuration binds to localhost to minimize the exposure.

WARNING 2: This program is for educational purposes only. If you attempt these techniques without authorization, you are very likely to get caught. If you are caught engaging in unauthorized hacking, most companies will fire you. Claiming that you were doing security research will not work as that is the first thing that all hackers claim.

Installation [TERMUX]

  • pkg update && pkg upgrade
  • pkg install wget
  • wget https://raw.githubusercontent.com/Alygnt/Webgoat-Termux/main/install-webgoat
  • chmod 777 install-webgoat
  • ./install-webgoat

Releases

No releases published

Packages

No packages published