Git Product home page Git Product logo

ticwebtools's Introduction

TicWebTools

A collection of web tools crafted for web app pentesting


Files

  • responser.php - a PHP tool for serving content based on URI parameter input
  • xss.js - a basic XSS POC payload
  • libChex.js - a toolkit for identifying outdated JavaScript libraries on a webpage
  • JSattack.js - a tool to dump JavaScript-accessible data from a webpage, including: HTML5 storage, cookies, JS variables, objects, functions, and the full contents of the DOM

How to use

This is a collection of tools and resources to be used on web application pentesting engagements.
The files are to be hosted on a PHP web service.
For some targets these resource files may need to be loaded over HTTPS to avoid browser errors and mischief.

Simply git clone this repo and serve the files on a PHP server somewhere you can access them.
git clone https://github.com/ticarpi/ticwebtools

You can host these files on a PHP service on a burner VPS if you like.

DO NOT host these files on production systems!
I offer no warranty, support, or pity(!) if you do so and suffer any negative impact from this.
You have been warned!

Host with Docker

A simpler and safer way to use these is to host them locally, and then publish them temporarily online using ngrok.
You can do this entirely in Docker containers and then burn them as soon as you're done.

PHP server on localhost:9090:

cd ticwebtools/
docker run -it --rm -p 9090:80 --name phphere -v "${PWD}:/var/www/html" php:7.4-apache

ngrok service on HTTPS:
docker run -it --rm --name ngrok --net="host" -e NGROK_AUTHTOKEN=ADD_TOKEN_HERE ngrok/ngrok:alpine http localhost:9090

Note: you will need a free ngrok Auth Token for this

ticwebtools's People

Contributors

ticarpi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.