Git Product home page Git Product logo

pset's Introduction

###PSET PSET stands for Passive Subdomain Enumeration Tool, which goal is: given a domain PSET will enumerate all subdomains passively by probing search engines such as Goole.com and Bing.com. PSET will never directly probe any DNS and/or host on target domain, making enumeration scans 100% stealth and undetectable.

PSET stands out among other enumeration tools because of the capacity to automate queries on Google and Bing. In past years several similar tools stop working because search engines are getting more and more strict against third party automation. PSET is able to bypass these restrictions by manipulating requests and removing complex JavaScript on responses.

Download latest version here.

####Running Basically PSET can run using a java GUI or from CLI. Keep in mind that even on CLI mode it's opens an popup with captcha images requested for some search engine when run PSET multiple times, so in case you are on CLI only environment you wont't be able clear captchas.

  1. To run GUI mode it's just execute: java -jar pset-0.1.jar
  2. To run CLI mode execute the same jar passing -c param java -jar pset-0.1.jar -c.

Here is an example of possible parameters:
java -jar pset-0.1.jar -h
usage: java -jar pset.jar [at least on search engine] target.com
-b,--bing Use bing search engine
-c,--cli Use CLI mode, otherwise will start GUI mode
-d,--domain <arg> Target domain
-g,--google Use google search engine
-h,--help Show usage help
-p,--proxy <arg> Use HTTP proxy format: host:port

####Download and compiling

In order to download and compile PSET you must have apache maven, git and java development kit 7 installed, as they are required to build/compile the source code into jar file.

1- Download the latest version from github:
git clone https://github.com/jrrombaldo/pset

2- Compile and build the jar:
cd pset && mvn clean install

It's done, the final jar will at pset/pset-0.1.jar, follow the steps to execute it.

Thank you!

pset's People

Contributors

jrrombaldo avatar

Watchers

 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.