Questions tagged [builtwith]
5 questions
4
votes
5 answers
prevent builtwith.com showing what my site is built with
Is there a way to mask my real server technology say from PHP to show up as Python when checked by sites like http://builtwith.com? Or at least to not show anything at all?

PT Desu
- 693
- 4
- 13
- 26
2
votes
2 answers
Python 3.x import error SyntaxError
I'm using macOS Sierra. When importing builtwith I get these following error:
Daniels-MacBook-Pro:~ Daniel$ python
Python 3.5.2 |Anaconda 4.2.0 (x86_64)| (default, Jul 2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on…

Daniel
- 383
- 1
- 4
- 17
1
vote
0 answers
how can prevent identifying Web Servers, Operating Systems and yii framwork in wappalyzer (ServerSignature)
i Have a yii2 project in Ubuntu server, for prevent identifying Web Servers, Operating Systems and yii framework by wappalyzer I do some works, but I did not succeed.
1- expose_php = Off in php.ini.
2- add ServerSignature Off and ServerTokens Prod…

maryam
- 584
- 9
- 26
1
vote
1 answer
builtwith: import SyntaxError even after Python 3 support is added?
I run pip install builtwith and when I imported this module, I faced this issue:
>>> import builtwith
Traceback (most recent call last):
File "", line 1, in
File…

Billal Begueradj
- 20,717
- 43
- 112
- 130
0
votes
1 answer
WAPPALYZER vs Netcraft vs builtwith
I am trying to find out the technology stack of a site (Varzesh3.com). I tried different tools such as WAPPALYZER vs Netcraft vs builtwith. All of them except WAPPALYZER show that the website is built using ASP.net. But WAPPALYZER says that Node.js,…

user2867237
- 457
- 1
- 5
- 20