Author Topic: ESP32 IP Camera how safe it is  (Read 2440 times)

0 Members and 1 Guest are viewing this topic.

Offline sairfan1Topic starter

  • Frequent Contributor
  • **
  • Posts: 360
  • Country: ca
ESP32 IP Camera how safe it is
« on: June 01, 2020, 08:53:03 pm »
I want to use ESP32 camera module inside the home, on local intranet only, i want to know is it safe or it could be hacked easily? as I'm using it only on local intranet not using it as IP camera to view it from remote location, i want to know how safe it is in this scenario.

As I will be using Arduino library, is there some workaround to change some code to make it safer?
 

Offline JustMeHere

  • Frequent Contributor
  • **
  • Posts: 818
  • Country: us
Re: ESP32 IP Camera how safe it is
« Reply #1 on: June 02, 2020, 12:26:51 am »
It's as safe as any other Wifi in your house.
 

Offline sairfan1Topic starter

  • Frequent Contributor
  • **
  • Posts: 360
  • Country: ca
Re: ESP32 IP Camera how safe it is
« Reply #2 on: June 02, 2020, 01:54:47 pm »
can you please explain? like i want to know, there are lots of hackers looking for IP cameras, is it possible for them as well to reach to intranet camera? or only if someone knows that i have camera installed on my local environment can break security of WIFI and get access to camera?

Is there something in the code that i can change to make it more secure? thanks
 

Offline Raj

  • Frequent Contributor
  • **
  • Posts: 701
  • Country: in
  • Self taught, experimenter, noob(ish)
Re: ESP32 IP Camera how safe it is
« Reply #3 on: June 08, 2020, 06:47:21 am »
They are safer than commercial ip camera. Specially if you keep the over the air software upload system turned off. But the remeber that weakest link is the strength of a chain. If your method of connecting up to it requires no password, it's a failure

Also to strengthen it further, you can program it such that it can connect to only one router , that is your router

in your router you can isolate it from the internet and let it communicate in lan only.

You can set it's signal strength, just low enough that it can connect to router but nothing outside.
« Last Edit: June 08, 2020, 06:51:24 am by Raj »
 
The following users thanked this post: sairfan1, 0-8-15 User

Offline JLCPCB Official

  • Regular Contributor
  • *
  • Posts: 136
  • Country: hk
Re: ESP32 IP Camera how safe it is
« Reply #4 on: June 09, 2020, 05:27:53 am »
Add some passwords connection in your Arduino code to enforce your firewall and you will be OK ;)
 

Offline GeorgeOfTheJungle

  • Super Contributor
  • ***
  • !
  • Posts: 2699
  • Country: tr
Re: ESP32 IP Camera how safe it is
« Reply #5 on: June 09, 2020, 10:40:51 am »
Is there something in the code that i can change to make it more secure? thanks

Filter by MAC and disable OTA updates.
The further a society drifts from truth, the more it will hate those who speak it.
 
The following users thanked this post: sairfan1

Offline wizard69

  • Super Contributor
  • ***
  • Posts: 1184
  • Country: us
Re: ESP32 IP Camera how safe it is
« Reply #6 on: June 09, 2020, 12:06:20 pm »
With enough effort WiFi can be hacked.   Beyond that no physical access is required.  Better security can help but there are few experts out there.
 

Offline sairfan1Topic starter

  • Frequent Contributor
  • **
  • Posts: 360
  • Country: ca
Re: ESP32 IP Camera how safe it is
« Reply #7 on: June 11, 2020, 04:23:10 pm »
Thanks for reply, i did not understand some of the terms, can you guys please help how can i protect followings

Quote
- in your router you can isolate it from the internet and let it communicate in lan only.
- enforce your firewall
- Filter by MAC
 

Offline GeorgeOfTheJungle

  • Super Contributor
  • ***
  • !
  • Posts: 2699
  • Country: tr
Re: ESP32 IP Camera how safe it is
« Reply #8 on: June 11, 2020, 08:37:08 pm »
Thanks for reply, i did not understand some of the terms [...]

- Filter by MAC

Filter by MAC: program the esp32 so that it only responds to the MAC addresses you've told it to respond to, so that no devices can connect unless explicitly authorized.
The further a society drifts from truth, the more it will hate those who speak it.
 
The following users thanked this post: sairfan1

Offline Syntax Error

  • Frequent Contributor
  • **
  • Posts: 584
  • Country: gb
Re: ESP32 IP Camera how safe it is
« Reply #9 on: June 11, 2020, 09:08:51 pm »
I want to use ESP32 camera module inside the home, on local intranet only, i want to know is it safe or it could be hacked easily? as I'm using it only on local intranet not using it as IP camera to view it from remote location, i want to know how safe it is in this scenario.

As I will be using Arduino library, is there some workaround to change some code to make it safer?

Two points to consider.

1. The weakest point on your network is the router that connects you to the outside world (ISP). Once a hacker can access your home router, they will have the potential to reach every device on your home network - including your ESP32. If you are observing basic router security, you'll have no real world problems.

2. A hacker within 100 meters of your home may be able to reach your ESP32 directly over Wifi. So change all default passwords and (as suggested) use the MAC access control list. It works like a 'guest list' for your wifi devices.

When people do get their home webcams hacked into, this is often a result of poor home router security.
Remember the mantra, default is your fault.

Router security 101: How to setup Wi-Fi router securely
https://us.norton.com/internetsecurity-how-to-how-to-securely-set-up-your-home-wi-fi-router.html



 
The following users thanked this post: sairfan1


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf