Skip to content

mustgundogdu/Yolgezer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolgezer

Automatic osint tool

The yolgezer tool performs queries that have been categorized in the mysql database by searching a web browser. This categorization is numbered as 1,2,3 by default.

Specific and important file queries are numbered at number 1, number 2 contains wordpress site queries and number 3 contains valid queries for the file type. This categorization has been realized with the foreign key feature. You can also create the field you want and add queries. There are two tables in the GHDB database, these are 'dork.query_type' and 'dork.query'. The 'dork' scheme that draws your attention here is that it was created while generating a foreign key.

The contents of the two tables in the added GHDB database are as follows.

As in the table above, 'query_type' table content and columns are seen. Here, the 'query_id' column is a primary key, and the 'query_type' column has a description of these numbers.(As we mentioned above.) In our other table, 'dork.query', we have our queries and their field numbers.

As you can see, our queries related to field numbers in the 'dark.query type' table are here.

Let’s make an addition example;

we have added your query as seen now let's add a field.

The yolgezer tool is extremely easy to use.First of all, it is enough to add the required target and query type after the operation you want to do with the -o option.

For example:

it can also perform some dns and whois queries.(Uses dig and whois tools.)

          INSTALLATION and REQUIREMENTS

First of all, mysql server must be installed on your system and configuring mysql.

  • $sudo apt update
  • $sudo apt install mysql-server
  • $sudo mysql_secure_installation

then we load the other requirement python mysql module.

  • $pip install mysql-connector-python

Then we perform the download and run the configuration shell file.

About

Automatic OSINT Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published