Skip to content

📠ONE-Type is a automation script which helps you to get all information of a website in your hand as a plain text format. Just single executation and get all about the website.

License

Notifications You must be signed in to change notification settings

CYBER-MRINAL/ONE-Type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONE-Type INTRODUCTION :-

NOTE: VERSION 2.0 RELEASED DOWNLOAD IT FROM *RELEASE* section. WEB-Scanner added and dnsenum removed to save time

Description

OneType is a comprehensive WEB site reconnaissance automation script designed for security professionals and enthusiasts. It automates the process of gathering information about a specified domain through various command-line utilities. By leveraging tools like nslookup, whois, nmap, and more, OneType provides a streamlined approach to perform reconnaissance, vulnerability scanning, and subdomain enumeration, all while saving the results in an organized manner.


Features

  • DNS Information Gathering: Utilizes nslookup, host, dig, and dnsrecon to collect detailed DNS records and information about the target domain.
  • Whois Lookup: Retrieves registration details of the domain, including owner information and registration dates.
  • Subdomain Enumeration: Identifies subdomains associated with the target domain using assetfinder.
  • Vulnerability Scanning: Performs security assessments using tools like wapiti, and wig to identify potential vulnerabilities in web applications.
  • Network Scanning: Uses nmap to discover services, operating systems, and open ports on the target domain.
  • Output Management: Saves all results in a dedicated "output" directory for easy access and analysis.

Requirements

By running "setup.py" script all requirements are autometicially install on your system.

  1. Run the script: bash git clone https://github.com/CYBER-MRINAL/onetype.git cd ONE-Type python3 onetype.py
    
    

Installation :-

Start with running python3 setup.py for all requrements. Don't miss this step.

  1. Choose your disro Debain, Arch, Red Hat:
    git clone https://github.com/CYBER-MRINAL/onetype.git
    cd ONE-Type
    python3 setup.py (this will show you that type of cotent)
    
    ENTER THE NUMBER OF YOUR DISTRO BASED ON :
    1 = DEBIAN
    2 = ARCH
    3 = RED HAT
    ENTER HERE =

Usage :-

  • Ensure all required tools are installed on your system. Before you go run main script you need to run setup.py file at first for one time. (after one time not required)
  1. Clone the repository:
    git clone https://github.com/CYBER-MRINAL/ONE-Type.git
    cd ONE-Type
    python3 onetype.py

  1. Run the script:

    python3 onetype.py
  2. When prompted, enter the domain name you wish to investigate:

    【ENTER THE DOMAIN NAME】: example.com
    
  3. Follow the prompts to enter the URL for vulnerability scanning:

    【ENTER THE URL OF DOMAIN】: https/http://example.com
    
  4. The tool will execute various scans and save the results in the "output" directory. You will see messages indicating the progress and completion of each scan.

ezgif com-speed


Output (save all .txt files to output named folder by itself)

All results will be saved in the "output" directory with the following files:

  • nslookup-rezult.txt: Results from the nslookup command.
  • host-rezult.txt: Results from the host command.
  • whois-rezult.txt: Results from the whois lookup.
  • dig-rezult.txt: Results from the dig command.
  • wig-rezult.txt: Results from the wig scan.
  • nmap-rezult.txt: Results from the nmap scan.
  • subdomains-rezult.txt: Results from the subdomain enumeration.
  • dnsrecon-rezult.txt: Results from the dnsrecon scan.
  • dnsenum-rezult.txt: Results from the dnsenum scan.

Ethical Considerations

Important: Always ensure you have explicit permission to perform scans and gather information about a domain. Unauthorized scanning can be illegal and unethical. Use this tool responsibly and in compliance with applicable laws and regulations.

Contributing

Contributions are welcome! If you have suggestions for improvements or additional features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to customize the repository URL, license, and any other details to fit your specific project needs! Contact me TELEGRAM

About

📠ONE-Type is a automation script which helps you to get all information of a website in your hand as a plain text format. Just single executation and get all about the website.

Topics

Resources

License

Stars

Watchers

Forks

Languages