search
HomeDatabasephpMyAdminHow to obtain phpMyAdmin information in batches

Below, phpmyadmin uses the tutorial column to introduce the method of obtaining phpMyAdmin information in batches. I hope it will be helpful to friends in need!

How to obtain phpMyAdmin information in batches

by antian365 simeon
introduced phpMyAdmin in the previous topic To violently crack the Mysql Root account password, the prerequisite for cracking is to know which websites or URLs contain phpMyAdmin. In other words, how to obtain these URLs. There is too much interference when searching for the keyword "phpMyAdmin" using search engines such as Google and Baidu. According to the author's research , currently the most useful search engines are Zoomeye.org and shodan.io, which are better for batch keyword retrieval. After a vulnerability occurs, batch penetration can be achieved through these two search engines. The following is a detailed introduction to how to apply it.

  1. shodan search engine use
    1.1 Use shodan to search keywords
    Searching with shodan.io is very simple. Users can register for free. After registration, you can log in to the website and use it in its input box. Just enter keywords to search, as shown in Figure 1, enter "phpMyAdmin", then click the search icon, and the system will automatically search. You can also search directly using the link address:
    https://www.shodan.io/search?query=phpMyAdmin
    How to obtain phpMyAdmin information in batches
    Figure 1 Use shodan search engine to search for keywords
    1.2 more Keyword search
    If you do not log in to the shodan search engine, you can only view the simplest results. In the search results interface, you can view a certain country, Services, etc. By default, the shodan search engine displays five types of results: "TOP COUNTRIES", "TOP SERVICES", "TOP ORGANIZATIONS", "TOP OPERATING SYSTEMS" and "TOP PRODUCTS". Free users can only search the first five pages of results. As shown in Figure 2, you can add a country to the search keyword to search, or you can click on the map on the left. For example, the following keywords: phpMyAdmin country: "CN" product: "Apache httpd" means the search keyword "phpMyAdmin", the country is China, and the product type is "Apache httpd".
    How to obtain phpMyAdmin information in batches
    Figure 2 Add keywords to search
    1.3 View search results
    In the search result records, you can see that each record will contain "phpMyAdmin", and then there is a Details below , clicking this link will display detailed information about the IP port opening, etc., as shown in Figure 3. In this information, the possible geographical information of the IP will also be displayed in a map by default.
    How to obtain phpMyAdmin information in batches
    Figure 3 View the detailed information of the search IP
    1.4 Test and collect URL addresses
    If you only view the details of the keyword, click the keyword link address in the search results That's it. It is recommended to use a new window to open the link address. As shown in Figure 4, the search result "http://123.56.190.193/" will be the login interface of phpMyAdmin. If it can be opened and realized correctly, then the URL Copy to txt file for collection. As shown in Figure 5, URLs of the same type are organized into a txt file for subsequent use.
    How to obtain phpMyAdmin information in batches
    Figure 4 Testing whether the URL address can be opened correctly
    How to obtain phpMyAdmin information in batches
    Figure 5 Organizing the URL address
    1.5 Search restrictions
    When using shodan to search for 5 pages, Prompt to purchase, otherwise it will not be available. At this time, you can change the keywords to search, such as selecting different products, different countries, etc., as shown in Figure 6. There is no limit after purchasing a membership.
    How to obtain phpMyAdmin information in batches
    Figure 6 Search restrictions
    1.6 Tips
    Add ".zip", "index of", "wwwroot.rar", ".tar.gz", etc. to the search keywords It is possible to obtain the source code and directory leak vulnerability, obtain the root account and password through the source code, and directly export a sentence backdoor through query to obtain the webshell.
    Using zoomeye to search for keywords is similar to shadon. For example, use the link below to directly search for Beijing, China. The keyword is phpmyadmin. The effect is shown in Figure 7. There is no limit on the number of records after zoomeye is registered and logged in.
    https://www.zoomeye.org/search?q=phpMyAdmin country:China country:China city:Beijin
    How to obtain phpMyAdmin information in batches
    Figure 7 Search using zoomeye

The above is the detailed content of How to obtain phpMyAdmin information in batches. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:csdn. If there is any infringement, please contact admin@php.cn delete
MySQL, phpMyAdmin, and Database Administration: A GuideMySQL, phpMyAdmin, and Database Administration: A GuideApr 15, 2025 am 12:01 AM

MySQL and phpMyAdmin are powerful database management tools. 1.MySQL is an open source relational database management system, and phpMyAdmin is a MySQL management tool based on the Web. 2.MySQL works through the client-server model, and phpMyAdmin simplifies database operations. 3. Basic usage includes creating tables and data operations, and advanced usage involves stored procedures and triggers. 4. Common errors include SQL syntax errors, permission issues and performance bottlenecks. 5. Optimization techniques include reasonable use of indexes, optimized query, regular maintenance and backup and recovery.

phpMyAdmin: Unveiling Its Relationship to SQLphpMyAdmin: Unveiling Its Relationship to SQLApr 14, 2025 am 12:11 AM

phpMyAdmin implements the operation of the database through SQL commands. 1) phpMyAdmin communicates with the database server through PHP scripts, generates and executes SQL commands. 2) Users can enter SQL commands in the SQL editor for query and complex operations. 3) Performance optimization suggestions include optimizing SQL queries, creating indexes and using pagination. 4) Best practices include regular backups, ensuring security and using version control.

phpMyAdmin: Enhancing Database ProductivityphpMyAdmin: Enhancing Database ProductivityApr 13, 2025 am 12:04 AM

phpMyAdmin improves database productivity through an intuitive web interface: 1. Simplify the creation and management of databases and tables; 2. Support complex SQL queries and data operations; 3. Provide relationship view functions to manage table relationships; 4. Optimize performance and best practices to improve efficiency.

phpMyAdmin's Purpose: Managing MySQL Databases with EasephpMyAdmin's Purpose: Managing MySQL Databases with EaseApr 12, 2025 am 12:14 AM

phpMyAdmin is a web-based MySQL database management tool. 1. It supports basic CRUD operations and advanced features such as database design and performance optimization. 2. Run through the web server, accept user input and convert it to MySQL commands. 3. The basic usage includes creating a database, and the advanced usage supports query optimization. 4. Common errors such as insufficient permissions can be solved by checking user permissions. 5. Performance optimization includes index optimization, query optimization and database design.

The Roles of MySQL and phpMyAdmin: A Detailed BreakdownThe Roles of MySQL and phpMyAdmin: A Detailed BreakdownApr 11, 2025 am 12:14 AM

The roles of MySQL and phpMyAdmin are to store and manage data and provide user-friendly database management interfaces. MySQL performs data operations through SQL, phpMyAdmin interacts with MySQL through HTTP requests, and converts user operations into SQL commands.

phpmyadmin connection to databasephpmyadmin connection to databaseApr 10, 2025 pm 11:09 PM

How to connect to the database through phpMyAdmin: Visit the phpMyAdmin website and log in with credentials. Select the database to connect to. Under the Actions tab, select the Export option. Configure export settings and select format, table, and data range. Save the exported file. Select the Import tab in the target database and browse the exported files. Click the "Execute" button and use the "Query" tab to verify that the import is successful.

How to connect to oracle by phpmyadminHow to connect to oracle by phpmyadminApr 10, 2025 pm 11:03 PM

Connect phpMyAdmin to the Oracle database by following the steps: 1. Install the Oracle driver; 2. Create a database connection, including host, username, password, port, and type; 3. Save settings to establish a connection; 4. Select the connected Oracle database from phpMyAdmin to manage and use it.

phpmyadmin creates data tablephpmyadmin creates data tableApr 10, 2025 pm 11:00 PM

To create a data table using phpMyAdmin, the following steps are essential: Connect to the database and click the New tab. Name the table and select the storage engine (InnoDB recommended). Add column details by clicking the Add Column button, including column name, data type, whether to allow null values, and other properties. Select one or more columns as primary keys. Click the Save button to create tables and columns.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool