Unveiling the Achilles Heel: Bypassing OTP Authentication without Rate LimitRecently I found a flaw that allows the circumvention of OTP (One-Time Password) authentication, without being hindered by rate limits. By…Aug 6, 2023Aug 6, 2023
Connecting Django with MySQLEarlier we have created web application using Django framework where we have created normal view , render html , GET and POST method and…Mar 5, 2020Mar 5, 2020
Creating My First Django Application Part 3So as of know we have successfully created out fist Django Application in which we have learntMar 3, 2020Mar 3, 2020
Creating My First Django Application Part 2Hello Folks , Earlier we installed Django in our system and successfully created our first project and a application.Mar 2, 2020Mar 2, 2020
MongoDB Cheat SheetThere a ’n’ number of database available. Every database have there own engine, drivers, syntax, structure and architecture.Feb 29, 2020Feb 29, 2020
Creating First Django ApplicationDjango is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers…Feb 28, 2020Feb 28, 2020