Skip to content

benjholla/BadTwitterClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BadTwitterClone

An insecure website for learning to hack

Setup

  • Expects a MySql Database with the name "badtwitterclone"
  • Expects two existings tables

"tweets"

  • with field "ID" of type "timestamp" defaults to "CURRENT_TIMESTAMP"
  • with field "Username" of type "varchar(50)"
  • with field "Tweet" of type "varchar(140)"

"users"

  • with field "Username" of type "varchar(50)"
  • with field "Password" of type "varchar(50)"
  • with field "Email" of type "varchar(50)"

About

An insecure website for learning to hack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages