Тёмный

Use Photon Scanner to Scrape Web OSINT Data [Tutorial] 

Null Byte
Подписаться 931 тыс.
Просмотров 60 тыс.
50% 1

How to Run an OSINT Investigation with Photon Scanner
Full Tutorial: bit.ly/photonOSINT
Subscribe to Null Byte: goo.gl/J6wEnH
Kody's Twitter: / kodykinzie
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. On this episode of Cyber Weapons Lab, we'll introduce you to such a tool called Photon Scanner.
Follow Null Byte on:
Twitter: / nullbytewht
Flipboard: flip.it/3.Gf_0
Weekly newsletter: eepurl.com/dE3Ovb

Хобби

Опубликовано:

 

2 май 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 93   
@iftakharhussain
@iftakharhussain 5 лет назад
Please cover GoPhish
@FreebyrdFayelanx
@FreebyrdFayelanx 4 года назад
Such a great channel, really helped me with my assignments. One of the few I'd genuinely recommend.
@Dimrain13
@Dimrain13 5 лет назад
Adding this to my vulnerability assessment checklist. Good vid, keep them coming!
@pyrorocket429
@pyrorocket429 5 лет назад
Please let’s see GoPhish
@MrDecaliostro
@MrDecaliostro 5 лет назад
Great one! Please make a video about vulnerability scanners
@zacharykeegan4221
@zacharykeegan4221 5 лет назад
This channel is a treasure trove of information. I cannot thank you enough for the help you have provided through detailed tutorials put out for free. AMAZING. It is also amazing how you manage to make it look like you do the videos in just one take!
@brianaragon1641
@brianaragon1641 5 лет назад
Check for occupy the web tutorials on null byte forum... He is the predecessor for awesome tuts
@carloscontreras-rq3ms
@carloscontreras-rq3ms 5 лет назад
Iv learned so much watching my boy teaching us these skills and would like to thank you Null Byte and everyone that gets to learn these Ninja skills well bunas noches to everyone
@rwy-ug6pl
@rwy-ug6pl 5 лет назад
yay 2 vids in 2 days. plz do burp suite and hydra :) much love.
@bugr33d0_hunter8
@bugr33d0_hunter8 5 лет назад
What is the Code book on the shelf behind you? I dont have that one, I might add it to my collection.
@carloscontreras-rq3ms
@carloscontreras-rq3ms 5 лет назад
Was up my boy all good 👌 nice vids great day to everyone
@enyconkali898
@enyconkali898 5 лет назад
thanks man have a great day too!
@solodrive9548
@solodrive9548 5 лет назад
A bit off topic but what about openvas, can we use proxies? Any site could detect scans and block them
@Martin-ot7xj
@Martin-ot7xj 5 лет назад
hi there , what is list of ports that we must to close them on our windows? for more security
@TalesGrimm
@TalesGrimm 5 лет назад
Great video! If PhotonScanner were able to find API keys, what would they look like in the list to differentiate them from everything else? Also, how exactly would one make use of such keys? What is the next step after finding them?
@MrRandsauce
@MrRandsauce 5 лет назад
that would depend on the API they are for.
@tibettenballs4962
@tibettenballs4962 2 года назад
take your mouth, open it as wide as possible.. and take jakes sausage (from ltt)
@grxvs8519
@grxvs8519 2 года назад
Your videos are coming in handy during this invasion. Thank you
@sarmadahsan869
@sarmadahsan869 4 года назад
Great< Which command we have to use if we only want all emails from website??? Thanks in advance.
@williokine6014
@williokine6014 5 лет назад
Can you please recommend any good book on cyber security
@mahmoodyou6841
@mahmoodyou6841 5 лет назад
Any video about progrem userland "Kali "
@dominiquedoeslife
@dominiquedoeslife Год назад
Are the libraries we need to install enumerated in requirements.txt? Thanks.
@PalCan
@PalCan 4 года назад
Is this similar to httrack (basically a crawler)?
@dante.vvollendam620
@dante.vvollendam620 5 лет назад
What for laptop do you have???
@chelelosam5317
@chelelosam5317 5 лет назад
Can you do the snoopy drone
@waqarahmed4200
@waqarahmed4200 5 лет назад
nice one cody 😍
@francescopresta9570
@francescopresta9570 5 лет назад
Well done!
@mayhem1994
@mayhem1994 5 лет назад
i get that trace back error everytime i try to load it again any ideas
@mervynally459
@mervynally459 5 лет назад
Love it
@kyntw
@kyntw 5 лет назад
Exelente aporte bro
@mockingbird3809
@mockingbird3809 5 лет назад
What Laptop Are U Using?
@thecleaner23
@thecleaner23 5 лет назад
Thank you for taking time to make this video. Question. Is this legal to do? I ask because I want to try this on a real estate site to scrape for specific properties in a market.
@thecleaner23
@thecleaner23 3 года назад
@cheap cigs thanks
@sarlix162
@sarlix162 5 лет назад
MORE OSINT!
@giuseppebonavita9089
@giuseppebonavita9089 5 лет назад
What laptop do you have?
@ameeratcyber7108
@ameeratcyber7108 3 года назад
The guy never blinks.
@saurrav3801
@saurrav3801 5 лет назад
Bro pls make a video about android payload injection. ..... And u r videos are great .......
@salvatoregallo9866
@salvatoregallo9866 2 года назад
can u make a video where u explain Moriarty-Project on Git
@DDBAA24
@DDBAA24 4 года назад
I'll help you with docker , you always windup behind nat and with networking and web it becomes a pain in the ass. So all you have to do is... Here is the command they give you in the repo , 'docker run -ti --name photon -v "$PWD:/Photon/google.com" photon:latest -u google.com' add '--net=host' here ↑ before the ' -v ' , and this will allow the container to share your hosts network adapters. So if you did ' docker run -ti --net=host ubuntu /bin/bash ' , you would get an Ubuntu container with your hosts IP address and be able to access it remotely. Just have to change the SSH port. Or its pretty simple to migrate containers or duplicate them onto other servers. When you start getting into volumes and bind mounts it gets a little more difficult as far as syntax as you can see after the ' -v' which mounts that local directory as a volume inside of the Docker Container.
@Inquizitive123
@Inquizitive123 3 года назад
why do you have to use sudo with a 3d party python script from github?
@dennist.8018
@dennist.8018 5 лет назад
Guyzz, Kody doesn't show any ads, isn't he awesome?
@niko-SMC
@niko-SMC 5 лет назад
one question how much do you know of python like can you code a payload or just the basics ?
@NullByteWHT
@NullByteWHT 5 лет назад
I know enough python to work on something someone else started that is complex or make something of medium complexity myself.
@chikaBurton
@chikaBurton 5 лет назад
I know it's not related to the subject of the video, but, do you ever blink?
@muhammadmoizuddinrafay1447
@muhammadmoizuddinrafay1447 5 лет назад
Love You Bro
@imrwe9691
@imrwe9691 5 лет назад
Dude pls recommend a laptop which you find good for running linux distros.Need to buy one
@peroni5590
@peroni5590 3 года назад
System76
@harrydamour7564
@harrydamour7564 5 лет назад
😯🙋‍♂️ my friend
@nistzaujimave8441
@nistzaujimave8441 5 лет назад
nice
@bigerrncodes
@bigerrncodes 5 месяцев назад
Closed captions at 16:50 say "boner ability" in place of vulnerability. Have a good day all
@elegante2038
@elegante2038 Год назад
greetings from Mexico, recently I see your videos and they are very good. new sub and I wanted to ask you if you could make the subtitles available in Spanish please.
@VGPT
@VGPT 4 года назад
What OS are you using
@rilian226
@rilian226 4 года назад
It looks like Ubuntu Linux. Any debian or Ubuntu based linux will work. It should also work in Windows or Mac OS as well...
@hardwork3196
@hardwork3196 5 лет назад
nice.
@carloscontreras-rq3ms
@carloscontreras-rq3ms 5 лет назад
Hey just real quick does any one out there know how to bypass I-phone 7 password thing I got one I would like to use it please let me know if you can Kool
@superpowerforhire
@superpowerforhire 3 года назад
Buscador OS?
@summerben816
@summerben816 5 лет назад
Hello! I recently watched an older vid of yours on cyber attack’s and I just got attacked by someone using a program pronounced (Mur-i) and it apparently just took a crap on my router. If you can make a video or already have on defending against an attack such as that program I’d very much appreciate no longer getting kicked off Xbox
@juststarted8603
@juststarted8603 5 лет назад
Bro your video have more information but I am stuck in WPS 2.0 I can't hack the password
@grigorarabyan9853
@grigorarabyan9853 5 лет назад
I need to scrape a website. For example in scrapy framework if you want to scrape names of movies you were writing the tags inside, i don't know how to do the same in Photon. Let's say to scrape quotes.toscrape.com/ . Any example guys how to get texts out of links please? I want to figure out How it works.
@Doctor_Moisture
@Doctor_Moisture 4 года назад
I get an error when trying to run it on windows: Traceback (most recent call last): File "photon.py", line 39, in from core.utils import (luhn, File "F:\GITHUB\Photon\core\utils.py", line 7, in import tld ModuleNotFoundError: No module named 'tld'
@jacksonhenry7576
@jacksonhenry7576 4 года назад
I have the same error. did u find a fix?
@rilian226
@rilian226 4 года назад
pip install tld requests you need both those modules. That command will only work if you have pip installed. Google for how do that. FWIW, that command comes from the article posted with the video.
@rilian226
@rilian226 4 года назад
@@jacksonhenry7576 pip install tld requests you need both those modules. That command will only work if you have pip installed. Google for how do that. FWIW, that command comes from the article posted with the video.
@cherriborey601
@cherriborey601 Год назад
I found that using "pip3 install tld requests" got rid of that error
@lancelotwilliams1112
@lancelotwilliams1112 4 года назад
please give the command for the installation after download as well not just to show it work...thank u
@NullByteWHT
@NullByteWHT 4 года назад
Check the article we always cove every step there.
@natsumikeiko4552
@natsumikeiko4552 2 года назад
Running this in 2021 will give you an error that Photon runs only on python 3.2 and above despite having the latest version of python.
@rapartinagesh9928
@rapartinagesh9928 4 года назад
do we need mobile rooted to use this i am u r subsriber ,even dherlock when itry intall reuests python is struck at set up py lxm This ,but says u r requirements are already satisfied ,but when i use command python3 sherlock.py, it says error or no command can u help me if u can i will send screen sht of it Thanks
@NullByteWHT
@NullByteWHT 4 года назад
We did this on a Linux laptop so that may be part of the problem. You shouldn't need root.
@rapartinagesh9928
@rapartinagesh9928 4 года назад
Shall i put that error message !
@netbin
@netbin 5 лет назад
Lmao Kody, this photon tool reminded me the russian text editor aka russian alternative version for Vim, named Photon as well, for MS-DOS , ru.wikipedia.org/wiki/%D0%A4%D0%BE%D1%82%D0%BE%D0%BD_(%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B0) , it was so funny to learn this back in 1995 when I was 12-13 y.o. xD and nowadays all good stuff is being killed/stealed by instagram, let me know what you think about instagram and stopping it stealing traffic from website
@punitdarji1871
@punitdarji1871 5 лет назад
Somdev's tool..
@gopinathan7253
@gopinathan7253 5 лет назад
Urs video's r rock
@Awoken8
@Awoken8 5 лет назад
please how can i get 20BTC Script for cryptotab browser free
@zawmin470
@zawmin470 5 лет назад
🤔
@shaikhshafeen
@shaikhshafeen 5 лет назад
Feeling sad for those illiterate dislikers :)
@jaredocana649
@jaredocana649 5 лет назад
Yeah 6 min
@thefinancialchannel882
@thefinancialchannel882 5 лет назад
Traceback (most recent call last): File "photon.py", line 9, in import requests ImportError: No module named requests help!
@pg5353
@pg5353 5 лет назад
pip install requests
@bobkmak3470
@bobkmak3470 5 лет назад
ECR lol, it’s in the error. Just install requests. Learn to do basic functions on your computer, before even attempting to install something.
@kyntw
@kyntw 5 лет назад
:-)
@ahmedmelkady3910
@ahmedmelkady3910 5 лет назад
Please make a video of how to hack a Android Device and take a photos and videos! From a mobile phone
@QuadDerrick
@QuadDerrick 5 лет назад
i do not like how this guy praises tools like this, and metaspolit,, first of all, it preaches that it is ok to trust any software like these tools. second, it moves people away from the open source filosofy, i think. at the very least, these tools takes away tons of usefull and fun information.
@sebasfavaron
@sebasfavaron 4 года назад
These tools are supposed to help ease in people into network security. If/when they feel the need for more advanced tools they are better suited/not as intimidated to make them themselves. And the whole trust thing.. it's an open source project, open for anyone to see what it does
@Gamer-nc8qp
@Gamer-nc8qp 2 года назад
this is i believe is open source on github
@QuadDerrick
@QuadDerrick 2 года назад
@@sebasfavaron, 2 years later ,, i think i was not paying too much attention in the video.i see there is a github repo here =) in my very weak defence, i saw this guy praise metasploit in ,, eh,, another, video. And yes metaspolit may be open source tool too, but, i guess my point be something like, using suits of tools like this takes away some of the learning of intricate workings of software. More so metaspolit than this Photon scanner, Photon scanner gathers useful information and you need to know something about the software your gathering information from. Metaspolit you just enter ip , port, name of service and forget about the code, the workings of the program,, you may read about it in description of exploit in metaspolit but never see what the code is. and yes, i understand that is a , kinda, different statement but,, that is what i gonna go with =) its still is open source filosofy. =)
@QuadDerrick
@QuadDerrick 2 года назад
@@Gamer-nc8qp i think i was not paying too much attention in the video.i see there is a github repo here =) in my very weak defence, i saw this guy praise metasploit in ,, eh,, another, video. And yes metaspolit may be open source tool too, but, i guess my point be something like, using suits of tools like this takes away some of the learning of intricate workings of software. More so metaspolit than this Photon scanner, Photon scanner gathers useful information and you need to know something about the software your gathering information from. Metaspolit you just enter ip , port, name of service and forget about the code, the workings of the program,, you may read about it in description of exploit in metaspolit but never see what the code is. and yes, i understand that is a , kinda, different statement but,, that is what i gonna go with =) its still is open source filosofy. =)
@Gamer-nc8qp
@Gamer-nc8qp 2 года назад
@@QuadDerrick thank you for the reply and kudos on the advice for the newbie's like me. :) Have an good day
@chelelosam5317
@chelelosam5317 5 лет назад
Can you do the snoopy drone
@eranfeit
@eranfeit 3 года назад
nice
Далее
The Creepiest OSINT Tool to Date
8:54
Просмотров 611 тыс.
Solving a REAL investigation using OSINT
19:03
Просмотров 141 тыс.
Industrial-scale Web Scraping with AI & Proxy Networks
6:17
Use Nmap for Tactical Network Reconnaissance [Tutorial]
17:36
How to Scan ANY Website for Vulnerabilities!
6:26
Просмотров 73 тыс.
Passive Recon With OSRFramework
17:50
Просмотров 42 тыс.
Рецепты из интернета
0:37
Просмотров 1,3 млн