[MCPAT] IPC_R6_EN_STD_5.5.53_180730 repack +SSH -PSH +BUSYBOX *** UPDATE 2019 ***

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,930
Reaction score
6,778
Location
Scotland
Can you help me to revise it?
Insert this somewhere near the beginning to inhibit psh :
Code:
echo ">>>>Inhibit psh<<<<"
mv /bin/psh /bin/psh_orig
ln -s /bin/busybox /bin/psh
And place this near the end, assuming dropbear has been placed in the search path :
Code:
# Its good to have an SSH access ... keys should be there by now.
sleep 10
dropbear -r /etc/dropbear/dropbear_rsa_host_key
 

kkk2018a

n3wb
Joined
Aug 10, 2018
Messages
11
Reaction score
0
Location
中国
Insert this somewhere near the beginning to inhibit psh :
Code:
echo ">>>>Inhibit psh<<<<"
mv /bin/psh /bin/psh_orig
ln -s /bin/busybox /bin/psh
And place this near the end, assuming dropbear has been placed in the search path :
Code:
# Its good to have an SSH access ... keys should be there by now.
sleep 10
dropbear -r /etc/dropbear/dropbear_rsa_host_key
1534025371085.jpg 1534025851528.jpg

Oh, my God knows. I'll send you my firmware. Thank you so much if you can help me fix it.
 

Attachments

kkk2018a

n3wb
Joined
Aug 10, 2018
Messages
11
Reaction score
0
Location
中国
Insert this somewhere near the beginning to inhibit psh :
Code:
echo ">>>>Inhibit psh<<<<"
mv /bin/psh /bin/psh_orig
ln -s /bin/busybox /bin/psh
And place this near the end, assuming dropbear has been placed in the search path :
Code:
# Its good to have an SSH access ... keys should be there by now.
sleep 10
dropbear -r /etc/dropbear/dropbear_rsa_host_key

I really want to have a modified firmware hikvison not tried.
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,930
Reaction score
6,778
Location
Scotland
OK, try the attached firmware, modified from the one you attached.
IF it works (and I don't have any way to test it) -
Full busybox
psh bypassed
telnet active
 

Attachments

kkk2018a

n3wb
Joined
Aug 10, 2018
Messages
11
Reaction score
0
Location
中国
OK, try the attached firmware, modified from the one you attached.
IF it works (and I don't have any way to test it) -
Full busybox
psh bypassed
telnet active
Thank you very much. What can you do to start SSH?

I want to get a complete Linux, but I'm afraid that things will be lost after restarting.
 

Y-it-Earp

n3wb
Joined
Jul 8, 2017
Messages
13
Reaction score
0
I think this may be something i could use. I have a DS-7604NI-SE/P nvr. Model of camera escapes me since they are rebranded hikvision. But that shouldn't matter since i want access to ssh.
Is it possible? I know a little of linux and can navigate my way around.

Here is what i am looking to do.
Setup a script to flip to full screen monitoring to my tv set in living room whenever motion is detected at my front door. (sounds so easy)

Trouble is my setup consists of the nvr running through an hdmi matrix but thats always set to the correct source. It would just require changing of channel where the nvr sits.

Would this even be feasible or possible using the linux system of the nvr?
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,930
Reaction score
6,778
Location
Scotland
Setup a script to flip to full screen monitoring to my tv set in living room whenever motion is detected at my front door. (sounds so easy)
Not sure about the firmware on that specific NVR - but on 1 76xxNI-Ex you can enable that as one of the actions under Linkage Method :

**edit** But I didn't properly read your question - apologies for the wrong answer.
upload_2018-9-22_20-55-37.png
 

Y-it-Earp

n3wb
Joined
Jul 8, 2017
Messages
13
Reaction score
0
Yeah i've seen that but i need it to trigger to my TV trying to figure out how to do that since the hdmi matrix has 4 inputs and for it to achieve what i need it to. Then it needs to know to switch input to HDMI 2 which its set to. Thanks.
 
Top