How to Use?
Vooki REST export/import
Export Project There are two ways to export the project. Follow these steps: Right-click the project and select "Export Project". This will export only selected projects. Click on "Export All Projects" to export all projects. Save it at the desired ...
Scan using Command Line
Generate scan commands using the user interface Generating the scan command is always a difficult task. To make this task easier, Vooki provides the user interface to generate the scan command based on your options. To generate the command, follow ...
Cryptography
Choose cryptography from the left navigation bar. In cryptography, we have 3 types: Encoder/Decoder Encryption/Decryption Hashing Encoder/Decoder Select "Encoder/Decoder" from the tab. Enter the string you need to encode or decode. Select the method ...
Domain & Host scanner
The Domain & Host scanner scans your entire website and gets various significant information about open ports, servers, DNS information, web archives, the geolocation of the server, and "Whois" data. How to use? Choose the Domain & Host Scan option ...
Crawler
The Vooki crawler performs an in-depth scan of your website and presents a list of web pages available on the domain. Collected URLs will be available in the captured URL tab. How to use? Choose "Crawler" from the left navigation bar. Enter the URL ...
Penetration Testing
In "Penetration Testing" you can edit the HTTP request, drop it, and send it to the server. The Penetration Testing tab includes an HTTP(S) interceptor and an HTTP request composer. This unique facility in Vooki will help you perform efficient ...
Basic Scan
The basic scan is good for websites that do not have authentication and static websites. This basic scan includes a crawler by default. So "Basic Scan" crawls first, collects the URLs from the website, starts the scan, and ultimately provides the ...
Full Scan
Full scan performs a deep scan on your web application. It checks all the pages of the target web application, detects complex login mechanisms, and scans the pages behind the authorization for vulnerabilities. This scan is highly recommended for ...
Vooki Vulnerability Report Generation
Vulnerability generating report is very important for any developers for better development of their site security. Generating a clear vulnerability report helps us to find the statistics, loopholes stuffs of the vulnerabilities in an organization ...
How to perform security testing?
Security Testing is the process which validates whether the confidential data stays confidential, then ensures software systems and applications are free from any risks, threats, vulnerabilities that may cause a big loss and the users can perform ...
How to use Vooki - REST API Scanner ?
Vooki's REST API scanner is a tool to scan and detect vulnerabilities in the REST API at ease. We have multiple facilities and features in the Vooki REST API scanner. We will discuss all of this in detail. Add Project Add Request Scanning Report ...
How to use Vooki - Web Application Scanner ?
Vooki's web application security scanner is an automated tool to effectively scan and detect many underlying vulnerabilities in web applications in a few minutes. These vulnerabilities include not just the easier ones but the ones that require ...
What is Vooki ?
Vooki is a dynamic web application vulnerability scanner tool that is used by the majority of the world's top companies. We have made this product in such a manner that it is easy to use for any user, from a newbie to a pro. Vooki uses the OWASP Top ...
Popular Articles
How to detect rat on windows
Hi, This post is regarding How to detect Remote Administration Tool (RAT) on windows, RAT also stands for remote access trojan. Antivirus software can able to detect some RAT like this but still, we have many RAT which are undetected by Antivirus. In ...
How to setup and use Mobile Security Framework(MobSF)
Hi, This post is regarding How to setup and use Mobile Security Framework(MobSF). Requirements : Python 2.7, Oracle JDK 1.7 or above. After this installation follows this steps. Step 1: Search Mobile Security Framework. Download this Files. Step 2: ...
How to Find Vulnerabilities in Website?
Finding web vulnerabilities and closing those security loop gaps proactively is an absolute must for now a days businesses. But, many organizations lack the tools and expertise to identify threats in their applications. To help your organization ...
How to use burp suite with android mobile
Hi, This post is regarding How to use burp suite with android mobile. Step 1: Open Settings and click Wi-Fi in your mobile. Step 2 : Click on Wi-Fi and Long press on your Connected Network (here TP-LICK_720C). Step 3 : Click on Modify network. Step 4 ...
HTTP Parameter Pollution
HTTP Parameter Pollution (HPP) vulnerabilities allow attackers to exploit web applications by manipulating the query parameters in the URL and requested body which causes the Cross Site Scripting or Privilege Escalation or bypass Authorization. ...