nssctf_round nssctf round web
Codeforces Round #771 (Div. 2) A-E
# A ## 代码 ```c++ #include using namespace std; using ll = long long; int p[507]; bool solve() { int n; cin >> n; for (int i = 1;i > p[i]; int pos1 = 0 ......
《Web安全基础》02. 信息收集
[TOC](web) > 本系列侧重方法论,各工具只是实现目标的载体。 > 命令与工具只做简单介绍,其使用另见《安全工具录》。 # 1:CDN 绕过 **CDN**(Content Delivery Network,内容分发网络)是构建在现有网络基础之上的**智能虚拟网络**,依靠部署在各地的边缘服 ......
Visual Studio C# 多环境配置 Web.config
目录 添加解决方案配置 添加配置转换 添加应对的配置 预览转换 发布 只对生成项目生效 代码区分 开始以为像SpringBoot 那样,运行时也行效的,结果发现只对发布生效,VS里运行时不生效,凑活着用。.Net Core appsettings.json 改进了 Visual Studio 为多环 ......
SMU Summer 2023 Contest Round 2
# [SMU Summer 2023 Contest Round 2](https://codeforces.com/group/L9GOcnr1dm/contest/450889) ## [A. Treasure Hunt](https://codeforces.com/group/L9GOcnr ......
Educational Codeforces Round 23
# A. Treasure Hunt ```cpp #include using namespace std; int read() { int x = 0, f = 1, ch = getchar(); while ((ch '9') && ch != '-') ch = getchar(); i ......
Codeforces Round 883 (Div. 3)
# Codeforces Round 883 (Div. 3) 题目链接:[Codeforces Round 883 (Div. 3)](https://codeforces.com/contest/1846 "Codeforces Round 883 (Div. 3)") ## A. Rudolp ......
WEB漏洞—文件上传之WAF绕过及安全修复
上传参数名解析:明确有哪些东西能修改? Content-Disposition: 一般可更改 name: 表单参数值,不能更改,如果要更改,确保对方表单值也要更改 filename: 文件名,可以更改 Content-Type: 文件MIME,视情况更改 常见的绕过方法(这里所学的绕过方法大多数已经 ......
Burp Suite Professional / Community 2023.7 (macOS, Linux, Windows) - Web 应用安全、测试和扫描
Burp Suite Professional / Community 2023.7 (macOS, Linux, Windows) - Web 应用安全、测试和扫描 Burp Suite Professional, Test, find, and exploit vulnerabilities. ......
AppSpider Pro 7.4.053 for Windows - Web 应用程序安全测试
AppSpider Pro 7.4.053 for Windows - Web 应用程序安全测试 Rapid7 Dynamic Application Security Testing (DAST) 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](http ......
[渗透测试]—4.2 Web应用安全漏洞
在本节中,我们将学习OWASP(开放网络应用安全项目)发布的十大Web应用安全漏洞。OWASP十大安全漏洞是对Web应用安全风险进行评估的标准,帮助开发者和安全工程师了解并防范常见的安全威胁。 ### 1. A1 - 注入(Injection) **概念**:注入漏洞发生在应用程序将不可信的数据作为 ......
WEB自动化-键盘操作
实际工作中,按照用户操作习惯,进行的是模拟键盘和鼠标操作WEB。 首先,导入键盘操作需要的服务 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2023/6/26 17:32 # @File : P01-test-selenium.py ......
Educational Codeforces Round 96 (Rated for Div. 2)E
You are given a string s. You have to reverse it — that is, the first letter should become equal to the last letter before the reversal, the second le ......
Webページ全体を長いスクリーンショットとして保存するにはどうすればよいですか? Webページのスクリーンショットのバッチを保存するにはどうすればよいですか? 高精細画像、複数のフォーマット
Webページ全体を長いスクリーンショットとして保存するにはどうすればよいですか? Webページのスクリーンショットのバッチを保存するにはどうすればよいですか? 高精細画像、複数のフォーマット ......
How to save a web page as a long screenshot in its entirety? How to save a batch of screenshots of web pages? High-definition pictures, multiple formats
How to save a web page as a long screenshot in its entirety? How to save a batch of screenshots of web pages? High-definition pictures, multiple forma... ......
Visual Studio C# 多环境配置 Web.config
Visual Studio 为多环境配置 Web.config 不同的环境,存在不同的配置,如:数据库连接字符串,通过多配置,方便做环境切换,配置的修改 ......
Visual Studio Code调试和发布ASP.NET Core Web应用
前言 上一篇文章主要讲了Visual Studio Code安装C#开发工具包并编写ASP.NET Core Web应用有兴趣的同学可以去看看,今天咱们主要是要讲讲如何在VS Code中调试和发布ASP.NET Core Web应用。 配置launch.json文件 launch.json 文件是 ......
SMU Summer 2023 Contest Round 1
# [SMU Summer 2023 Contest Round 1](https://codeforces.com/group/L9GOcnr1dm/contest/450888) ## [A. The Contest](https://codeforces.com/group/L9GOcnr1d ......
Web开发-数据库|Guide to JPA with Hibernate - Relationship Mapping
原文源自:https://stackabuse.com/a-guide-to-jpa-with-hibernate-relationship-mapping/ Java Persistence API(JPA)是Java生态系统的持久性标准。 它允许我们将我们的领域模型直接映射到数据库结构中, 然后 ......
Educational Codeforces Round 29
# Educational Codeforces Round 29 https://codeforces.com/contest/863 复健训练 太久没练直接变身傻逼(难道原来就不是吗,笑) ## A. Quasi-palindrome 直接去除后缀0即可(WA了两发评价为弱智) ```CC #i ......
web前端 第四天总结
案例1:盒子模型 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> ......
牛客周赛 Round 2 A~D
A #include <iostream> #include <cstring> #include <string> #include <algorithm> #include <cmath> #include <set> #include <utility> #include <vector> # ......
web前端 第三天总结
案例1:伪类选择器 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title ......
【NSSCTF逆向】【2023题目】《stream》《a_cup_of_tea》
#总览 stream RC4 base64 exe解包 pyc反编译 a_cup_of_tea tea #题目 stream 、Ma ......
web安全学习日志---xss漏洞(跨站脚本攻击)
1.反射性xss(reflacted) 仅执行一次,非持久型。主要存在于攻击者将恶意脚本附加到url的参数中,发送给受害者,服务端未经严格过滤处理而输出在用户浏览器中,导致浏览器执行代码数据。 利用场景: 直接插入JS代码,修改url参数 攻 <script>alert('hack')</scrip ......
Educational Codeforces Round 22
# A. The Contest 想一想就知道,提交的时间无所谓,所以我们选择全部做完后的第一个时间间隔提交即可 ```cpp #include using namespace std; #define int long long int read() { int x = 0, f = 1, ch ......
WEB漏洞—文件上传之解析漏洞编辑器安全
本章讲解了部分解析漏洞,包括Nginx解析漏洞, Apache 解析漏洞-低版本,Apache 换行解析-vulhub(换行解析漏洞cve-2017-15715) ,Nginx 文件名逻辑-vulhub 但在靶机搭建时出现部分未知错误,所以只能理论分析 1.Apache 解析漏洞-低版本 #原理分析 ......
使用C#和.NET Core优化Web应用程序性能
构建高性能的Web应用程序对于提供最佳用户体验、处理大量流量以及提供可扩展性至关重要。在本文中,我们将探讨使用C#和.NET Core开发高性能Web应用程序的最佳实践。通过遵循这些准则,您可以确保您的Web应用程序是高效、可扩展和高性能的。 #### 优化数据访问 高效的数据访问对于Web应用程序 ......
Codeforces Round 882 题解
## [Codeforces Round 882 (Div. 2)](https://codeforces.com/contest/1847 "Codeforces Round 882 (Div. 2)") ## [A. The Man who became a God](https://codef ......