web-easy-login ctfshow login easy

ctfshow-web4(Nginx日志写shell)

这是一道有关Nginx日志文件写入shell的题目。 一、 基础知识 /etc/nginx/nginx.conf:该文件是Ngnix的配置的文件,该文件保存着能够影响服务器运行的配置信息。有时会泄露敏感信息。该文件支持php解析。 /var/log/nginx/access.log:该文件是Ngni ......
ctfshow-web ctfshow Nginx shell 日志

easy excel 分页查询数据并上传文件服务器返回链接

##背景 之前看到公司的excel下载是先分页查询再上传到obs(华为云服务器),最后返回链接的,最近在学习easy excel特意记录一下。 ##目的 实现easy excel 分页查询数据并上传文件服务器返回链接 ##参考链接 这里 ##实现代码 点击查看代码 @GetMapping("down ......
链接 服务器 文件 数据 excel

CTFShow愚人杯RE

easy_pyc 很简单的py逆向题,用uncompyle6反编译出源码如下 # uncompyle6 version 3.9.0 # Python bytecode version base 2.7 (62211) # Decompiled from: Python 3.9.11 (tags/v3 ......
愚人 CTFShow

ctfshow 愚人杯 2023

#一、奇怪的压缩包 #1.zip包伪加密,两个头都需要改 #2.打开得到png,看图片底部,猜测高度错误,改150到300,得到字串,同时在图片的末尾有zip包,zip为真加密,文件末尾密码 #3.打开后,改宽高,得到flag #二、哇库哇库2 #1.zip包是加密的,注释中有密码提示,在网上找了一 ......
愚人 ctfshow 2023

easy-excel读取远程地址获得文件进行上传

##背景 作为一个快五年的程序员,一直以来还没有自己维护过自己的技术栈,最近也是有时间,所以也是下定决心,从头开始,一步一步的夯基础。最近在系统化的学习easy-excel,今天遇到了一个问题,特意记录一下。 ##目的 尝试前端上传文件到文件存储器,然后请求的时候带上这个路径,后台解析这个路径,做e ......
easy-excel 地址 文件 excel easy

ctfshow web入门 php特性 109-115

109-110 需要了解 PHP原生类 112-114 使用伪协议 重点 ​ 1、了解PHP原生类(内置类)、匿名类 ​ 2、了解伪协议、过滤器 ​ 3、了解引用赋值 ​ 4、了解超全局变量 ​ 5、了解 is_numeric() 与 trim() 缺点 web109 highlight_file( ......
特性 ctfshow 109 115 web

Hot Start Up (easy version) CF1799

你有两个 CPU,n个程序(m个类型)要运行。 在不同条件下程序运行的时间不同,但连续运行的时间满足小于等于在不连续状态下运行的时间。 #include <iostream> #include <cstring> #include <queue> using namespace std; const ......
version Start 1799 easy Hot

login

<template> <div class="login-container"> <div class="login-box"> <div class="login-title">Login</div> <el-form :model="loginForm" :rules="rules" ref=" ......
login

求求你别乱脱敏了!MyBatis 插件 + 注解轻松实现数据脱敏,So easy~!

问题 在项目中需要对用户敏感数据进行脱敏处理,例如身份号、手机号等信息进行加密再入库。 解决思路 就是:一种最简单直接的方式,在所有涉及数据敏感的查询到对插入时进行密码加解密 方法二:有方法一到出现对所有重大问题的影响,需要考虑到问题的出现,并且需要考虑可能出现的组员时添加数据的方法。 最后决定采用 ......
注解 插件 MyBatis 数据 easy

Django: @login_required

Django: Tweaking @login_required decorator 我想为我的网站开始一个私人Beta版。 我有一个初始页面,用户可以在其中输入代码,然后访问网站的其余部分。 当前,所有其他站点页面(初始页面除外)都包含一系列通过要求用户登录(通过@login_required装饰 ......
login_required required Django login

leetcode-733-easy

Flood Fill An image is represented by an m x n integer grid image where image[i][j] represents the pixel value of the image. You are also given three ......
leetcode easy 733

leetcode-1005-easy

Maximize Sum Of Array After K Negations Given an integer array nums and an integer k, modify the array in the following way: choose an index i and rep ......
leetcode 1005 easy

leetcode-724-easy

Find Pivot Index Given an array of integers nums, calculate the pivot index of this array. The pivot index is the index where the sum of all the numbe ......
leetcode easy 724

leetcode-762-easy

Prime Number of Set Bits in Binary Representation Given two integers left and right, return the count of numbers in the inclusive range [left, right] ......
leetcode easy 762

leetcode-744-easy

Find Smallest Letter Greater Than Target You are given an array of characters letters that is sorted in non-decreasing order, and a character target. ......
leetcode easy 744

ctfshow web入门 php特性 100-108

100-103 代码相似,考察方向不同 104、106、107 需要了解哈希碰撞与弱比较 105、108 作为扩展 重点: 1、了解运算符优先级 2、了解反射类 3、了解哈希碰撞 4、了解可变变量 5、了解弱比较原理 6、了解 intval()、ereg() 函数与哈希加密算法函数(sha1、md5 ......
特性 ctfshow 100 108 web

Flask框架 之Flask-login用户登录

文档:https://flask-login.readthedocs.io/en/latest/ 安装: pip install flask-login 一、效果图 二、示例代码 from flask import Flask, render_template, url_for, redirect, ......
Flask Flask-login 框架 用户 login

leetcode-1089-easy

Duplicate Zeros Given a fixed-length integer array arr, duplicate each occurrence of zero, shifting the remaining elements to the right. Note that ele ......
leetcode 1089 easy

leetcode-1009-easy

Complement of Base 10 Integer The complement of an integer is the integer you get when you flip all the 0's to 1's and all the 1's to 0's in its binar ......
leetcode 1009 easy

leetcode-1317-easy

Convert Integer to the Sum of Two No-Zero Integers No-Zero integer is a positive integer that does not contain any 0 in its decimal representation. Gi ......
leetcode 1317 easy

ctfshow web入门 文件上传 web151-160

web151 经典前端绕过 web152 简单后端绕过 从 web153 开始,需使用 .user.ini 从 web154 开始,对文件内容进行黑名单过滤 每个关卡会累计前面关卡的限制 重点: 了解前后端验证区别 了解一句话木马 了解 php 配置文件 .user.ini (扩展了解 Apache ......
web ctfshow 文件 151 160

/etc目录下passwd shadow group gshadow 四个文件中每个字段的含意以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能说明介绍

1./etc/passwd root@root:~# cat /etc/passwd root:x:0:0:root:/root:/bin/bash daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin bin:x:2:2:bin:/bin:/usr/sbi ......
目录 子目 文件 etc 含意

Linux中/etc目录下passwd shadow group gshadow 四个文件中每个字段的含意以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能说明介绍!

1./etc/passwd root@root:~# cat /etc/passwd root:x:0:0:root:/root:/bin/bash daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin bin:x:2:2:bin:/bin:/usr/sbi ......
目录 子目 文件 etc 含意

整理/etc目录下passwd shadow group gshadow 四个文件中每个字段的含意以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能说明介绍!

一 1./etc/passwad user1:x:1001:1001::/home/user1:/bin/bash 第一字段 :用户名称(account) 第二字段 :密码标识(password) 第三字段 :UID 第四字段 : GID(用户初始组ID 第五字段 : 用户说明 第六字段 : 家目录 ......
目录 子目 文件 etc 含意

/etc目录下passwd shadow group gshadow 四个文件中每个字段的含意以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能说明介绍

/etc/passwd 第一字段 :用户名称(account) 这个字段没什么可说的,就是用户个人的用户名,不过,需要注意的是用户在起名时要遵守相应规范。 第二字段 :密码标识(password) 该字段若是 x ,则代表这个用户设有密码。x 不能省略,如果省略,系统在登录时就不会去 /etc/sh ......
目录 子目 文件 etc 含意

Linux中/etc目录下passwd shadow group gshadow 四个文件功能说明介绍以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能说明介绍

1./etc/passwd 介绍:Linux 系统中的 /etc/passwd 文件,是系统用户配置文件,存储了系统中所有用户的基本信息,并且所有用户都可以对此文件执行读操作。 root@root:~# cat /etc/passwd root:x:0:0:root:/root:/bin/bash ......
目录 子目 功能 文件 etc

【牛客小白月赛69】题解与分析A-F【蛋挞】【玩具】【开题顺序】【旅游】【等腰三角形(easy)】【等腰三角形(hard)】

比赛传送门:https://ac.nowcoder.com/acm/contest/52441 感觉整体难度有点偏大。 🎈 作者:Eriktse 🎈 简介:19岁,211计算机在读,现役ACM银牌选手🏆力争以通俗易懂的方式讲解算法!❤️欢迎关注我,一起交流C++/Python算法。(优质好文持 ......

/etc目录下passwd shadow group gshadow 四个文件中每个字段的含意以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能说明介绍

1.用户信息文件/etc/passwd root@root:~# cat /eyc/passwd daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologir bin:x:2:2:bin:/bin:/usr/sbin/nologin admin:x:3:3:admi ......
目录 子目 文件 etc 含意

Linux中/etc下面passwd shadow group gshadow文件介绍,以及etc目录下login.defs和etc目录下deafult子目录中useradd文件中每个配置项功能

一、用户信息文件 : /etc/passwd [root@localhost ~]#cat/etc/passwd #查看一下文件内容 root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemo ......
子目 文件 目录 etc 子目录

leetcode-1480-easy

Running Sum of 1d Array Given an array nums. We define a running sum of an array as runningSum[i] = sum(nums[0]…nums[i]). Return the running sum of nu ......
leetcode 1480 easy
共380篇  :12/13页 首页上一页12下一页尾页