s0md3v / Photon

Incredibly fast crawler designed for OSINT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLSCertVerificationDisabled

yonasuriv opened this issue · comments

Under [core/requester.py] line 48 of code.

response = SESSION.get

Certificate verification is disabled by setting verify to False in get. This may lead to Man-in-the-middle attacks.