How to tell which script A website is using ?

Muhatrima

Power Member
Joined
Dec 20, 2020
Messages
778
Reaction score
491
How would you tell the PHP script a website is running on ?
 
You can't. PHP is run server side. The user only sees the output on the webpage. You need to reverse engineer.
 
Depends. Which website are we talking about?
 
none of the methods which are allowed to be discussed here that's for sure.
 
You can't. PHP is run server side. The user only sees the output on the webpage. You need to reverse engineer.
Thanks.
Depends. Which website are we talking about?
Be Careful of what you fish for! :D (It might Turn out to be your site)
none of the methods which are allowed to be discussed here that's for sure.
I see, A crazy man with a fire stick was in a town passing by, the elders yelled ow! "the fire fire, don't burn that house", to which the crazy man replied "Thanks for reminding".

there is some money to be made if anything is not allowed to be discussed here, It is Blackhatworld after all.

I will devote the next upcoming months to study and discuss non other than Those methods :D
 
Not sure if this is what you're looking for, but here you go: https://whatcms.org/
It can detect a certain number of known CMS's.

There is no universal tool that can detect any script in whatever language it is written on.
 
Use builtwith.com, it shows the script if it's popular, otherwise just shows PHP.

Detects all frameworks and languages.
 
You can’t, not all website is built using script. Many of which are built privately by hiring developers using some framework.

But if you’re determined all you have to do is just google dork the website and find some comments here and there, usually professionally-made scripts are well documented and have copyrighted comments by the author, if not erased by the website owner then this maybe your first clue
 
I see, A crazy man with a fire stick was in a town passing by, the elders yelled ow! "the fire fire, don't burn that house", to which the crazy man replied "Thanks for reminding".
What im saying is you can force the server to dump it for you but it's not allowed to be talked about here.
 
Not sure if this is what you're looking for, but here you go: https://whatcms.org/
It can detect a certain number of known CMS's.

There is no universal tool that can detect any script in whatever language it is written on.
Thanks, Really appreciated
Use builtwith.com, it shows the script if it's popular, otherwise just shows PHP.

Detects all frameworks and languages.
Yes I have tried, it just shows PHP
Thanks
You can’t, not all website is built using script. Many of which are built privately by hiring developers using some framework.

But if you’re determined all you have to do is just google dork the website and find some comments here and there, usually professionally-made scripts are well documented and have copyrighted comments by the author, if not erased by the website owner then this maybe your first clue
This is interesting, not tried this yet but will try. Thanks
 
Back
Top