当前位置:网站首页>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 !!!
边栏推荐
- C语言入门指南
- 3.猜数字游戏
- 1.初识C语言(1)
- .Xmind文件如何上传金山文档共享在线编辑?
- 3. Input and output functions (printf, scanf, getchar and putchar)
- 7-1 输出2到n之间的全部素数(PTA程序设计)
- Floating point comparison, CMP, tabulation ideas
- C language Getting Started Guide
- 2. Preliminary exercises of C language (2)
- The latest tank battle 2022 - full development notes-3
猜你喜欢

6.函数的递归

Programme de jeu de cartes - confrontation homme - machine

1.C语言初阶练习题(1)

A comprehensive summary of MySQL transactions and implementation principles, and no longer have to worry about interviews

3. Number guessing game

编写程序,模拟现实生活中的交通信号灯。

【手撕代码】单例模式及生产者/消费者模式

5.函数递归练习

透彻理解LRU算法——详解力扣146题及Redis中LRU缓存淘汰

This time, thoroughly understand the MySQL index
随机推荐
Differences among fianl, finally, and finalize
仿牛客技术博客项目常见问题及解答(二)
5月27日杂谈
魏牌:产品叫好声一片,但为何销量还是受挫
2. Preliminary exercises of C language (2)
A comprehensive summary of MySQL transactions and implementation principles, and no longer have to worry about interviews
[面试时]——我如何讲清楚TCP实现可靠传输的机制
2022 Teddy cup data mining challenge question C idea and post game summary
hashCode()与equals()之间的关系
js判断对象是否是数组的几种方式
QT meta object qmetaobject indexofslot and other functions to obtain class methods attention
【九阳神功】2019复旦大学应用统计真题+解析
ArrayList的自动扩容机制实现原理
JS interview questions (I)
【黑马早报】上海市监局回应钟薛高烧不化;麦趣尔承认两批次纯牛奶不合格;微信内测一个手机可注册俩号;度小满回应存款变理财产品...
4. Binary search
2. C language matrix multiplication
[中国近代史] 第五章测验
FAQs and answers to the imitation Niuke technology blog project (I)
C language to achieve mine sweeping game (full version)