当前位置:网站首页>Vulnerability discovery - vulnerability probe type utilization and repair of web applications
Vulnerability discovery - vulnerability probe type utilization and repair of web applications
2022-07-06 04:28:00 【Dark white earphone】

Site judgment
It is known that CMS
As is common dedecms.discuz,wordpress And so on , This is generally developed using non framework classes , But there are also a few
Is framework class development , Security detection for such source programs , We're going to test with open holes , If not, use
White box code audit self mining .
Development framework
As is common thinkphp,spring,flask And so on , This kind of source code procedure normal security test mentality : Get right first
The development framework information should be ( name , edition ), Test through the exposed framework class security issues , If it does not exist, white box code review can be used
Plan to dig by yourself .
Unknown CMS
Such as the common enterprise or individual internal program source code , It can also be some CMS Secondary development of the source structure , For this kind of source code program testing
Try ideas : If you can identify the secondary development, just press the known CMS Train of thought , If the secondary development cannot be determined, the conventional comprehensive class scanning can be adopted
Tools or scripts to probe , You can also use artificial probes ( The function point , Parameters , Blind guess ), Similarly, when there is source code, you can
Conduct code audit and mine by yourself .
The demo case
Development framework class source code penetration test report - information -thinkphp,spring
It is known that CMS Non framework penetration test report - Tool scripts -wordpress
It is known that CMS Non framework penetration test report - Code audit -qqyewu_php
Unknown CMS Non framework penetration test report - artificial - You and I love wg Oh ~
CVE-2018-1273 Demonstrate the execution of commands ( Known framework :spring frame )
vulhub Up lookup 
Capture the registration page , modify payload Corresponding poc Submit
Successfully in the other server directory tmp Created in succes Folder 
It is known that CMS by wordpress
( Because it is known as wordpress, Tools are used here wpscan To test )
It can be identified by various methods cms
Direct start kali Of wpscan Scan the target 
The new version of the wpscan You need to apply for an account on the official website , And get the account api-token, Only when copied into the tool can it be used normally
https://wpscan.com/register
Add parameters again api-token To test 
The red exclamation point is the corresponding vulnerability scanned , Can be used ( adopt sqlmap Wait for tools to test )
It is known that CMS Non framework class — Code audit —qqyewu_php

1. Identify website cms
2. Look for a match cms Loophole , see cms Upgrade time
3. Looking for backstage , Weak password test
4. Scan ports to collect information
5. Looking for website backup files
边栏推荐
- VPP performance test
- Meet diverse needs: jetmade creates three one-stop development packages to help efficient development
- 2/13 qaq~~ greed + binary prefix sum + number theory (find the greatest common factor of multiple numbers)
- tengine 内核参数
- 1008 circular right shift of array elements (20 points)
- Global and Chinese markets for MRI safe implants 2022-2028: technology, participants, trends, market size and share Research Report
- In depth MySQL transactions, stored procedures and triggers
- 1291_ Add timestamp function in xshell log
- 图应用详解
- npm命令--安装依赖包--用法/详解
猜你喜欢

绑定在游戏对象上的脚本的执行顺序

Guitar Pro 8.0最详细全面的更新内容及全部功能介绍

1291_Xshell日志中增加时间戳的功能

Stable Huawei micro certification, stable Huawei cloud database service practice

Redis —— Redis In Action —— Redis 实战—— 实战篇一 —— 基于 Redis 的短信登录功能 —— Redis + Token 的共享 session 应用— 有代码

Class A, B, C networks and subnet masks in IPv4

1291_ Add timestamp function in xshell log

Figure application details

During pycharm debugging, the view is read only and pause the process to use the command line appear on the console input

Fedora/rehl installation semanage
随机推荐
Tengine kernel parameters
IDEA编译JSP页面生成的class文件路径
CertBot 更新证书失败解决
English Vocabulary - life scene memory method
HotSpot VM
2/13 qaq~~ greed + binary prefix sum + number theory (find the greatest common factor of multiple numbers)
HotSpot VM
捷码赋能案例:专业培训、技术支撑,多措并举推动毕业生搭建智慧校园毕设系统
VPP性能测试
Sorting out the latest Android interview points in 2022 to help you easily win the offer - attached is the summary of Android intermediate and advanced interview questions in 2022
One question per day (Mathematics)
R note prophet
Knowledge consolidation source code implementation 3: buffer ringbuffer
Global and Chinese market of rubber wheel wedges 2022-2028: Research Report on technology, participants, trends, market size and share
1008 circular right shift of array elements (20 points)
About some basic DP -- those things about coins (the basic introduction of DP)
2328. 网格图中递增路径的数目(记忆化搜索)
Overturn your cognition? The nature of get and post requests
Basic use of MySQL (it is recommended to read and recite the content)
canal同步mysql数据变化到kafka(centos部署)