Skip to main content

Yuki Chan The Auto Pentest




  • Actions
    Projects 0
    Wiki
    Security
  • 62 commits
  • 1 branch
  • 0 packages
  • 1 release
  • 2 contributors


  • Latest commit bea1af4 on 23 Oct 2017
    Type Name Latest commit message Commit time
    Module Add files via upload 2 years ago
    Screenshot Add files via upload 2 years ago
    .gitattributes Initial commit 2 years ago
    LICENSE Initial commit 2 years ago
    README.md Update README.md 2 years ago
    joomscan First Release 2 years ago
    requirements.txt Update requirements.txt 2 years ago
    wafninja First Release 2 years ago
    yuki.sh First Release 2 years ago

    README.md


    Yuki Chan The Auto Pentest

    SS
    The Yuki Chan is an Automated Penetration Testing tool this tool will auditing all standard security test method for you.

    WARNING

    I highly recommend using this tool by using Kali Linux OS By using this tool it means you agree with terms, conditions, and risks
    By using this tool you agree that
    1. use for legitimate security testing
    2. not for crime
    3. the use of this tool solely for educational reasons only
    By using this tool you agree that
    1. You are willing to be charged with criminal or state law applicable by law enforcement officers and government when abused
    2. the risk is borne by yourself
    Thank you and happy pentest

    Change Log

    • Version 1.0
    Very First Release
    Packaged Release Here

    Feature

    • Automated
    • Intel-Gathering
    • Vulnerability Analysis
    • Security Auditing
    • OSINT
    • Tracking
    • System Enumeration
    • Fuzzing
    • CMS Auditing
    • SSL Security Auditing
    • And Off Course This Tool Designed For Targetted Pentesting Too

    Modules In Yuki Chan

    • Whois domain analyzer
    • Nslookup
    • Nmap
    • TheHarvester
    • Metagoofil
    • DNSRecon
    • Sublist3r
    • Wafw00f
    • WAFNinja
    • XSS Scanner
    • WhatWeb
    • Spaghetti
    • WPscan
    • WPscanner
    • WPSeku
    • Droopescan ( CMS Vulnerability Scanner Wordpress, Joomla, Silverstripe, Drupal, And Moodle)
    • SSLScan
    • SSLyze
    • A2SV
    • Dirsearch

    How To Use It ?

    this tool is only designed for Linux OS so if you are not using Linux OS im sorry dude but if you have Android Smarphone or Tablet you can run this tool via Termux or GNURoot Debian
    so Are You Ready ??
    Let's Start It

    Install Without Git Clone Command From Your Terminal

    Yuki Chan Package v1.0 : Click Here

    Install From Git Clone Follow This Instruction Below

    Ok in my recent OS (Kali Linux) has been already installed this module
    • Nmap
    • Wafw00f
    • WPScan
    • SSLScan
    • SSLyze
    So if your OS Doesn't Have it
    you can install it first here i give you resource
    • Nmap
    Red Hat, Fedora, Mandrake, and Yellow Dog Linux with Yum
    yum install nmap
    Debian Linux and Derivatives such as Ubuntu
    apt-get install nmap
    more info : https://nmap.org
    • Wafw00f
    git clone https://github.com/EnableSecurity/wafw00f.git
    cd wafw00f
    python setup.py install
    or simple way
    pip install wafw00f
    • WPScan
    Installing dependencies on Ubuntu
    sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential libgmp-dev zlib1g-dev
    Installing dependencies on Fedora
    sudo dnf install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel patch rpm-build
    Installing dependencies on Arch Linux
    pacman -Syu ruby
    pacman -Syu libyaml
    Installing manually (not recommended)
    git clone https://github.com/wpscanteam/wpscan.git
    cd wpscan
    sudo gem install bundler && bundle install --without test
    more info https://github.com/wpscanteam/wpscan if you cannot install WPScan don't worry just Skip it i have alternative wpscan module for you
    • SSLScan
    more info about installing this module
    https://github.com/rbsec/sslscan
    • SSLyze :
    git clone https://github.com/nabla-c0d3/sslyze.git
    cd sslyze
    pip install -r requirements.txt --target ./lib
    or simple way
    pip install --upgrade setuptools
    pip install sslyze
    if Nmap, Wafw00f, WPScan, SSLScan, SSLyze not installed in your OS maybe this tool not really work completely so if Nmap, Wafw00f, WPScan, SSLScan, SSLyze already installed you can next.
    Q : can i skip using this tool without Nmap, Wafw00f, WPScan, SSLScan, SSLyze installed in my OS ?
    A : yes you can do it but not really work completely
    Ok next this is step by step for preparation for first time use
    First Things First Clone This Tool
    git clone https://github.com/Yukinoshita47/Yuki-Chan-The-Auto-Pentest.git
    Get inside of directory
    cd Yuki-Chan-The-Auto-Pentest
    Give Chmod 777 Access Level
    chmod 777 wafninja joomscan install-perl-module.sh yuki.sh
    chmod 777 Module/WhatWeb/whatweb
    And Then Install Python Module
    pip install -r requirements.txt
    After That Install Perl Module
    ./install-perl-module.sh
    preparation finished now run this tool and happy pentest
    Run This Tool
    ./yuki.sh

    Media Review

    Video Review

    ScreenShoot Preview

    this is my live pentest off course legal pentesting
    screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

    Greetings

    screenshot
    Im really say special thank's to Allah, My Lovely Wife, My Family, And all contributor in this project thanks for developer of module, media reviewer, video reviewer, and All part of this project.
    Hope You Guys Enjoy This Tool And As Always Have Nice Day
    Regard
    From : Yukinoshita 47
    Team : Garuda Security Hacker
    Email : yukinoshita47@gmail.com
    Web : http://www.garudasecurityhacker.org

    Comments

    Popular posts from this blog

    RouterSploit ..(Exploitation Framework for Embedded Devices)

    RouterSploit - Exploitation Framework for Embedded Devices   The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices. click here to video It consists of various modules   that aids penetration testing operations: exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit payloads - modules that are responsible for generating payloads for various architectures and injection points generic - modules that perform generic attacks Installation Requirements Required: future requests paramiko pysnmp pycrypto Optional: bluepy - bluetooth low energy Installation on Kali Linux apt-get install python3-pip git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py Bluetooth Low Energy suppo...

    Embed Payload (Exe) into a PDF Documents – EvilPDF

     Hey folks, today we are going to talk about the tool that can easily add malicious payloads within the .PDF extension files and after which you can easily access any system. As we know it is prohibited to execute malicious payloads inside the window defender system, hence we will send our payload through the PDF files.   Environment Kali Linux = Attacker Window 10 = Victim ( Tested On ) Lets take a look 🙂 !! EvilPDF The EvilPDF tool is specifically designed to embed payloads inside PDF files. It is an open source tool hosted on the github page that we will download using the wget command. git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf 1 2 git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf It require some additional features that we can download using the following command. python -m pip install pypdf2 1 python -m pip install pypdf2 Now we can use this tool using the given command. python evilpdf.py 1 python evilpdf.py In the image below you have t...

    TheFatRat ( make a bypass antivirus create payload )

    TheFatRat             A Massive Exploiting Tool TheFatRat  is an exploiting tool which compiles a malware with famous payload, and then the compiled maware can be executed on Linux , Windows , Mac and Android.  TheFatRat  Provides An Easy way to create Backdoors and Payload which can bypass most anti-virus. Features ! Fully Automating MSFvenom & Metasploit. Local or remote listener Generation. Easily Make Backdoor by category Operating System. Generate payloads in Various formats. Bypass anti-virus backdoors. File pumper that you can use for increasing the size of your files. The ability to detect external IP & Interface address . Automatically creates AutoRun files for USB / CDROM exploitation Installation Instructions on how to install  TheFatRat git clone https://github.com/Screetsec/TheFatRat.git cd TheFatRat chmod +x setup.sh && ./setup.sh Update cd TheFatRat ./update && c...