GithubHelp home page GithubHelp logo

kuteminh11 / anonmap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emmandeb/anonmap

0.0 1.0 1.0 3 KB

anoNmap is a port scanner which utilizes Facebook's XSPA vulnerability to perform anonymous port scans.

Python 100.00%

anonmap's Introduction

anoNmap

anoNmap is a port scanner which utilizes Facebook's XSPA vulnerability to perform anonymous port scans.

How anoNmap works?

I found a XSPA vulnerability in Facebook developer API and I reported it to their security team. But for some reason, they said its a feature and not a vulnerability. So I created anoNmap to perform anonymous port scans by using this vulnerability. I am planning to added live host detection functionality in future.

What is a XSPA vulnerability?
An application is vulnerable to Cross Site Port Attacks if the application processes user supplied URLs and does not verify/sanitize the backend response received from remote servers before sending it back to the client. The responses, in certain cases, can be studied to identify service availability (port status, banners etc.) and even fetch data from remote services in unconventional ways.

Installing and Using anoNmap

Open terminal and enter

git clone https://github.com/UltimateHackers/anoNmap/

Now navigate to the script by entering

cd anoNmap

Finally, run the script by entering

python port.py

You can enter an IP address, as well as a domain. URL is also supported but only if its in the form http://example.com and not http://example.com/extra.php After entering the target, you will need to enter your facebook cooke and after that, scan will start

How to find my Facebook cookie?

Open your browser and navigate to developers tools-->Network. It is a feature that comes preinsalled in most of the modern browsers. In Firefox, you can open it by pressing Ctrl + Shift + Q . After opening it, visit any page and facebook and you will see all the requests made by user in the developer panel. Click on any request and find and copy the Cookie value from the Headers. Note: If anoNmap shows all ports as closed then consider increasing the value of timeout.

anonmap's People

Contributors

s0md3v avatar

Watchers

 avatar

Forkers

ltvthang

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.