Django framework + file upload + API call
Dry goods content
1. Introduction to Django MTV mode 2. File upload function under Django 3. Implement VirusTotal API call under Django
0x0 introduction to Django framework
At present, many Web frameworks are developed based on MVC development mode. Django is also very similar, but it is based on MTV development mode. Here is a brie ...
Posted by dannyluked on Tue, 08 Mar 2022 15:13:56 +0100
GoFrame framework (RK boot): fast implementation of CSRF verification
introduceThis article describes how to pass rk-boot Implement the CSRF verification logic of the server.What is CSRF?Cross Site Request Forgery (English: Cross Site Request Forgery), also known as one click attack or session riding, usually abbreviated as CSRF or XSRF, is an attack method to coerce users to perform unintentional operations on t ...
Posted by Cailean on Mon, 07 Feb 2022 09:01:54 +0100
WEB Security: CSRF
Solemnly declare: This note is only prepared for the purpose of improving safety knowledge and sharing safety knowledge with more people. Do not use the technology in the note for illegal activities. The consequences caused by using the technology in the note have nothing to do with the author himself. It is everyone's responsibility to maintai ...
Posted by stickynote427 on Thu, 27 Jan 2022 01:20:21 +0100
Summary of common web security problems (share common 12 attack types and defense measures)
Article catalog1. Understand the harm of web attacks.2. Share three common attacks and corresponding defense methods1. Harm of Web attack.What are the hazards of web attacks?A minor attack may steal users' information from your website. Serious web attacks can delete the database, paralyze the website and so on.2. Types of sharing attacks: sql ...
Posted by andycole on Sun, 21 Nov 2021 22:05:35 +0100