Giter Site home page Giter Site logo

malwareman007 / techviper Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 2.0 67 KB

TechViper is an advanced web security scanner designed to detect various vulnerabilities in web applications.

Home Page: https://techviper.webwatcher.tech/

License: MIT License

HTML 8.52% Python 91.48%
kali-linux rce-scanner scanner sql-detection template-injection termux web-vulnerability-scanner xss-detection

techviper's Introduction

TechViper - Web Security Scanner ๐Ÿ”Ž

License

Description

TechViper is a powerful web security scanner that helps identify and detect vulnerabilities in web applications. It utilizes advanced techniques to comprehensively analyze web assets, providing users with detailed security assessments and enabling them to enhance the overall security posture of their web applications.

image

Key Vulnerabilities Detected

  • Remote Code Execution (Linux)
  • Reflected XSS (Cross-Site Scripting)
  • Template Injection (Jinja2, ERB, Java, Twig, Freemarker)
  • SQL Injection

OS Support

  • Kali Linux
  • Android (Termux)
  • Windows

Installation

Prerequisites

  • Python 3.x

Clone the Repository

$ git clone https://github.com/Malwareman007/TechViper.git

Navigate to the TechViper Directory

$ cd TechViper

Install Dependencies

$ python3 -m pip install -r requirements.txt

Android (Termux) Installation

  • Download and Install the Termux App from the Google Play Store.
  • Open the Termux app.
  • Run the following commands:
$ pkg install python -y
$ pkg install git -y
$ git clone https://github.com/Malwareman007/TechViper.git
$ cd TechViper
$ python3 -m pip install -r requirements.txt

Windows Installation

  • Download and Install Python 3.x.
  • Open the Command Prompt.
  • Navigate to the TechViper directory.
$ cd TechViper

Install the required dependencies.

$ python3 -m pip install -r requirements.txt

Usage

TechViper provides a range of options to customize and fine-tune the scanning process. Here are the available options:

Options:
  -h, --help          |    Show the help message and exit.
  --version           |    Show the program's version number and exit.
  -u URL, --url=URL   |    Specify the target URL (e.g., "http://www.target.com/vuln.php?id=1").
  --data=DATA         |    Provide data string to be sent through POST (e.g., "id=1").
  --list=FILE         |    Load URLs from a file.
  --threads           |    Set the maximum number of concurrent HTTP(s) requests (default: 10).
  --timeout           |    Set the number of seconds to wait before timeout connection.
  --proxy             |    Start the connection with an HTTP(s) proxy.
  --cookies           |    Set the HTTP Cookie header value (e.g., "PHPSESSID=a8d127e..").
  --encode            |    Specify the number of payload encodings to use (default: 1).
  --allow-redirect    |    Allow the main redirect.

Examples

Scan a single target URL:

$ python3 TechViper.py -u 'http://www.example.com/vuln.php?id=1'

Viper

Scan multiple URLs from a file:

$ python3 TechViper.py --list=targets.txt

Contribution

Contributions to TechViper are welcome! If you have suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

Support

If you encounter any issues or need assistance, feel free to reach out to the project maintainers by creating an issue in the repository.

techviper's People

Contributors

malwareman007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

securityigi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.