How to Install Photon.
Planning is an essential phase to any hack. If you have a target website and you wanted to mine it for information, having the right tool capable of scraping for OSINT data is priceless.
To install Photon.
https://github.com/s0md3v/Photon
$ sudo git clone https://github.com/s0md3v/Photon.git
$ cd Photon
$ ls
$ sudo pip install -r requirements.txt
Now to test to see if Photon has installed.
$ python3 photon.py --help
If this worked then you should see the below logo with a help menu.
To ask Photon to gather information from a website.
$ sudo python3 photon.py -u http://www.example.com -l 3 -t 200 --wayback
If this worked then you should see the below logo along with the results.
Well done on getting it to work!!
Photon | Information Gathering Tool | OSINT | Latest Version : 1.3.2 | Kali Linux
Use Photon Scanner to Scrape Web OSINT Data [Tutorial]
Follow Null Byte on:
Twitter: https://twitter.com/nullbytewht
Flipboard: https://flip.it/3.Gf_0
Weekly newsletter: https://eepurl.com/dE3Ovb
Subscribe to Null Byte: https://goo.gl/J6wEnH
Kody's Twitter: https://twitter.com/KodyKinzie
What did we learn today? We learnt how to install a GitHub file, then to install the requirements and then to test the package with a website.
No comments:
Post a Comment