当前位置:网站首页>SRC mining ideas and methods
SRC mining ideas and methods
2022-07-06 13:48:00 【One call yyds】
Recently, I found that many small partners who have just come into contact with infiltration do not know the secret of actually digging holes , So I'm going to write some tips for digging holes by myself .
src It is recommended that novices dig holes in the preferred vulnerability box , Because the vulnerability box has a wide range , All domestic sites receive . Compared with other src platform , Mining is very suitable for novices .
Vulnerability mining , Information gathering is important .
Here we will explain with some actual combat .
First of all, let's talk about Google grammar !!!
The following can be done by fofa、 Zhong Kui's eyes 、shodan Wait for cyberspace search engines to search Google Mirror image .
# SQL Injection and hole digging are basically smooth
1. Look for loopholes , Through basic site:、inurl: Google Syntax .
2. Find a site , Various points , Find his injection point .
3. Injection point not found , information gathering .
4. Then there are some column operations .
open Google Mirror image , Enter our Google syntax site:.com company .
In this way, you will get the domain name with .com Is the suffix related company name , The meaning of adding a company after it is to specify the company name for screening .
Google Syntax , Search through Google browser :site:.com inurl:php?id=22 company
And here we add php?id=22, Because the core of our injection point is to transmit parameters , Therefore, it will be easier to find loopholes by searching for participants .
Now we find a website to test .
First we enter single quotation marks : ' , Look, the page has changed .
This means that the single quotation mark we entered is executed , There was a misreport . There is a great possibility that SQL Inject .
Further use ,and 1=1 && and 1=2, Verify whether the vulnerability exists .
there and 1=1, The page is normal , But in and 1=2 When , The page is echoed normally , Further verify .
We continue to use SQL Statement function , Come to the conclusion , We were blocked by the website firewall .
Did not bypass the website firewall , Try the inline annotation method casually here , Execution succeeded . It's too cumbersome to bypass the firewall , I'll do more , For starters , If you encounter a firewall, you can retreat directly .
Find a station below , Enter single quotes ', Page exception , We look for input and 1=1 | 1=2, Find out 1=2 abnormal .
It indicates that the function we input is executed by the database , There is SQL Inject .
The vulnerability has been tested , Next, let's see if we can verify the vulnerability . On SQL sentence , We use order by 11 | order by 12.
order by 11 The page is normal , and order by 12 Page exception ( That there is 11 A field ).
Then we use SQL sentence , It is found that there is a Boolean blind note , Boolean blind note query data is cumbersome , Just throw it here SQLmap ran .
sqlmap command :Python sqlmap.py -u The goal is URL --dbs( Specify the name of the target database ), Finally, the library name is successfully obtained .
Digging a hole is so easy ,SQL There are still a lot of injections , encounter waf, Those who have ideas can try to bypass .
XSS Loophole
Generally, check whether there is a message board through the searched site , Try blind typing XSS, Generally one XSS Medium risk , Build... Directly xss sentence :<script>alert(1)</script>, Just insert it directly in the box , Pop up and submit directly src The platform is ok .
XSS General message board !!!
Weak password vulnerability mining
Weak password Google syntax :inurl:admin/login.php company .
In this way, you can search the backstage of many companies .
Entering the background, you can use tools to blast weak passwords in batches , Such as admin/111111 etc. , You can also view js Code to check whether there is an account password .
You can use or build your own weak password blasting tool , There are many such tools , I won't elaborate more .
Some verification codes are arranged , There is also a verification code that will not change if you catch the package .
These are all excavations src Compare the recommended vulnerabilities , I wish you all to be on the list as soon as possible !!!
边栏推荐
猜你喜欢
This time, thoroughly understand the MySQL index
C语言入门指南
canvas基础2 - arc - 画弧线
canvas基础1 - 画直线(通俗易懂)
20220211-CTF-MISC-006-pure_ Color (use of stegsolve tool) -007 Aesop_ Secret (AES decryption)
Leetcode.3 无重复字符的最长子串——超过100%的解法
【手撕代码】单例模式及生产者/消费者模式
QT meta object qmetaobject indexofslot and other functions to obtain class methods attention
1.C语言初阶练习题(1)
Nuxtjs快速上手(Nuxt2)
随机推荐
一段用蜂鸣器编的音乐(成都)
7-15 h0161. 求最大公约数和最小公倍数(PTA程序设计)
简述xhr -xhr的基本使用
Read only error handling
FAQs and answers to the imitation Niuke technology blog project (I)
C语言入门指南
6. Function recursion
稻 城 亚 丁
MATLAB打开.m文件乱码解决办法
2022泰迪杯数据挖掘挑战赛C题思路及赛后总结
PriorityQueue (large root heap / small root heap /topk problem)
Service ability of Hongmeng harmonyos learning notes to realize cross end communication
5月14日杂谈
5月27日杂谈
7-7 7003 组合锁(PTA程序设计)
4. Branch statements and loop statements
实验七 常用类的使用(修正帖)
About the parental delegation mechanism and the process of class loading
重载和重写的区别
[the Nine Yang Manual] 2018 Fudan University Applied Statistics real problem + analysis