GO H*CK YOURSELF:新知识点的记录(3)

news/2024/11/8 15:05:25/

WEB HACKING

练习靶场:metasploitable2

入侵移动设备

靶场地址:

Android x86 Virtual Machine images for VMware and VirtualBox (osboxes.org)https://www.osboxes.org/android-x86/

Download Android-x86 latest release (fosshub.com)https://www.fosshub.com/Android-x86.html

未能下载voa的,只能从镜像问年安装,过程很简单,但是安装后进入字符界面需要做以下工作:

右键->设置->系统, 修改指点设备为PS/2鼠标

显示:显存设置为最大,并启用3D加速

网络:修改为桥接网卡(默认的NAT方式主机无法访问虚拟机)

在启动界面,选择“debug mode”

mount -o remount,rw /mntvi /etc/grub/menu.lst移动光标“ quiet ”参数替换为“ nomodeset xforcevesa ”输入以下参数: nomodeset xforcevesa root=/dev/ram0保存,重启

具体如图:

CAR HACKING AND THE INTERNET OF THINGS

(汽车黑客和物联网)

Installing the Car-Hacking Software

a software package called Instrument Cluster Simulator (ICSim)

kali@kali:~$ sudo apt update安装依赖
kali@kali:~$ sudo apt install libsdl2-dev libsdl2-image-dev can-utils安装ICSim:
kali@kali:~$ cd ~ 
kali@kali:~$ git clone https://github.com/zombieCraig/ICSim.git Set up can-utils on your machine:
kali@kali:~$ cd ~
kali@kali:~$ git clone https://github.com/linux-can/can-utils
kali@kali:~$ cd can-utils
kali@kali:~/can-utils$ make
kali@kali:~/can-utils$ sudo make installSet up the ICSim dashboard simulator software with these commands:
kali@kali:~/can-utils$ cp lib.o ~/ICSim
kali@kali:~/can-utils$ cd ~/ICSim
kali@kali:~/ICSim$ make clean
kali@kali:~/ICSim$ make

准备虚拟CAN总线网络

注意所在目录下运行下列命令:

#To set up the VCAN, enter this command at the terminal inside the ICSim folder:
kali@kali:~/ICSim$ sh setup_vcan.sh#Ensure that VCAN was set up correctly by entering ip addr in a terminal. You should see your IP address along with a new network named vcan0.#Enter the following in the terminal to tell it to first run ICSim using the vcan0 network we just created and then wait for our commands:kali@kali:~/ICSim$ ./icsim vcan0 &#Start the controller app on vcan0:
kali@kali:~/ICSim$ ./controls vcan0 &

Right-click the top bar of the Control Panel window and select Always on Top


Hacking the bar 

思路:抓包,修改包,重发

查看数据包

kali@kali:~/ICSim$cansniffer -c vcan0

查看数据包,并写入日志

kali@kali:~/ICSim$ candump -l vcan0

ctrl-C结束,日志存在当前目录candump-2022-02-19_031830.log

Replaying Packets

kali@kali:~/ICSim$ canplayer -I candump-YYYY-MM-DD_time.log

Sending New Commands(244#:speed,188#turn  )

For example, sending the message 02000000 to ID# 188 turns on the right turn signal. Let’s try it out!

kali@kali:~/ICSim$ cansend vcan0 188#02000000

If you want to turn on the left signal instead, send this message:

kali@kali:~/ICSim$ cansend vcan0 188#01000000
#To turn off the signals, send the message 188#00000000. Or use this command to turn on both signals at the same time:kali@kali:~/ICSim$ cansend vcan0 188#03000000
#Now take a look at the data values in CAN packets related to the speedometer (ID# 244) in your candump logfile. It looks like the last four hexadecimal digits go up as the speed increases. The data value 0000000000 is 0 miles per hour, and 0000003894 corresponds to about 90 miles per hour. Let’s see what the value 0000009999 would do:kali@kali:~/ICSim$ cansend vcan0 244#0000009999
#Similarly, we can lock all the doors by sending the message 19B#00000F000000 and unlock all the doors with the message 19B#000000000000 (that’s 12 zeros after the hash mark):kali@kali:~/ICSim$ cansend vcan0 19B#00000F000000 
kali@kali:~/ICSim$ cansend vcan0 19B#000000000000


http://www.ppmy.cn/news/703849.html

相关文章

“安洵杯“全国精英赛-SYCTF2023-REVERSE(AK)

REVERSE ezr3BabySnakeez_cpp3D_mazebabythreadgowhere (还是太菜啦~,做题太慢了,有两道题赛后才出 ezr3 (赛后出的) 首先010查看下文件 发现有HCK字眼,猜测是UPX加壳,搜索下HCK 确认是UPX4.02版本加的壳,将HCK替换…

System.Net.WebException: 请求被中止: 未能创建 SSL/TLS 安全通道。

转载地址:https://blog.csdn.net/thanks_hck/article/details/121653645

CSS Hack是什么意思?css hack有什么用?

第一部分:什么是CSS Hack? CSS hack是通过在CSS样式中加入一些特殊的符号,让不同的浏览器识别不同的符号(什么样的浏览器识别什么样的符号是有标准的,CSS hack就是让你记住这个标准),以达到应用…

http chunk

有时候,Web服务器生成HTTP Response是无法在Header就确定消息大小的,这时一般来说服务器将不会提供Content-Length的头信息,而采用Chunked编码动态的提供body内容的长度。 进行Chunked编码传输的HTTP Response会在消息头部设置: Transfer-Encoding: chunked 表示Content Bo…

hack

Hack Forums: Hack Forums是目前最为理想的黑客技术学习根据地。该论坛不仅在设计上面向黑客群体,同时也适用于开发人员、博主、游戏开发者、程序员、图形设计师以及网络营销人士。 Evil Zone: Evil Zone是一个专门面向黑客群体的论坛。当然,其中也涉及科…

hbase hbck

https://issues.apache.org/jira/browse/HBASE-5128 https://github.com/jmhsieh/hbase-repair-scripts HBASE-5128之前版本的HBCK: 检查master、regionserver内存中的状态以及hdfs上面数据的状态之间的一致性 (1)获取所有region的信息&am…

hbase HBCK2使用指南

文章目录 基本慨念源码编译以及下载运行hbck2工具hbck2参数注意Hbck2简介寻找问题诊断工具 基本慨念 HBCK2 每次运行时都会执行一个独立的任务。 它并不是一个可以分析所有关于正在运行的集群,然后修复发现的“所有问题”,如 hbck1 使用的建议的工具。 …

TFT-LCD电路设计之时序控制电路(TCON)

时序控制电路(TCON) TCON中除了输入接口的Rx电路和输出电路接口Tx电路外,还包含:①驱动IC控制模块;②数据处理功能块;③显示屏特殊技术功能块。Control Signal Generator 属于驱动IC控制功能模块&#xff…