Showing posts with label Hacking. Show all posts
Showing posts with label Hacking. Show all posts

Thursday, December 30, 2021

Kali Linux help with how to install and run Photon Web Scraper by Ranger Smyth, 30 Dec 2021.

How to Install Photon.

https://camo.githubusercontent.com/f4427ac8c4525ddec9a937d856c6e3c2543900e7d988848f3abd20c30c4fe1c7/68747470733a2f2f696d6167652e6962622e636f2f6b515355637a2f64656d6f2e706e67

 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

 

 Photon

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

https://youtu.be/iBBZ41FfM3M


 


Incredibly fast crawler designed for OSINT. I must give thanks to the creator of this tool. 
 
This Download Link: https://github.com/s0md3v/Photon 
Only Education Purpose Not Illegal Use OK 
We are Upgrade To Our Ethical Hacking And Penetration Testing skills
 
 
=====================================================  

Use Photon Scanner to Scrape Web OSINT Data [Tutorial]

https://youtu.be/pJDJwD8GCIg On this episode of Cyber Weapons Lab, we'll introduce you to such a tool called Photon Scanner.
 

 
Check out their full tutorial here Use Photon Scanner to Scrape Web OSINT Data

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

 

 

 

 
 
Thank you and well done for making it this far, like me you have a long road of learning ahead of you. Now the packages are installed, it's time now to start to learn how to use them, being honest I have installed many packages but do not know how to use them. So a plan of learning one a day will help me to catch up.

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.

 
Be safe,
Ranger. 
@ranger_smyth


How to Search Google from the Command Line

    Probe the world's most popular search engine without leaving the terminal   https://www.omgubuntu.co.uk/2021/11/best-comman...