Translated To ZH-CN | https://bugs.chromium.org/p/project-zero/issues/detail?id=1289
此 Issue 在 2017.6.12 提出,到 2017.9.25 关闭,状态标记为已修复,Broadcom 官方分配的 issue 号是 V2017061204 。
Exploit 解压密码:rrm_exploit -> Archiver
| #!/bin/bash | |
| # initialized | |
| ps aux | |
| cd /etc/ssh | |
| vi ./sshd_config | |
| service sshd restart | |
| apt-get update -y | |
| apt-get upgrade -y |
Translated To ZH-CN | https://bugs.chromium.org/p/project-zero/issues/detail?id=1289
此 Issue 在 2017.6.12 提出,到 2017.9.25 关闭,状态标记为已修复,Broadcom 官方分配的 issue 号是 V2017061204 。
Exploit 解压密码:rrm_exploit -> Archiver
| Private Sub Worksheet_SelectionChange(ByVal target As Range) | |
| Application.ScreenUpdating = True | |
| On Error Resume Next | |
| If InStr(ActiveCell, "fq") Then | |
| With ActiveCell.Interior | |
| .Color = vbRed | |
| End With | |
| With ActiveCell.Font | |
| .Color = vbWhite | |
| .Bold = True |
| import time | |
| from selenium import webdriver | |
| driver = webdriver.Chrome('./chromedriver') | |
| driver.get('https://ui.lkqd.com/login') | |
| assert 'LKQD' in driver.title | |
| time.sleep(2) | |
| username_field = driver.find_element_by_name('username') | |
| username_field.send_keys('myusername') |
| import argparse | |
| from multiprocessing import Process | |
| import logging | |
| logging.getLogger("scapy.runtime").setLevel(logging.ERROR) | |
| from scapy.all import * | |
| import signal | |
| import threading | |
| from sys import platform | |
| #!/usr/bin/env python3 | |
| # -*- encoding: utf-8 -*- | |
| import math | |
| import subprocess | |
| import os | |
| import time | |
| def clipcopy(text): |
| ERROR: ld.so: object '/home/kmahyyg/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| ERROR: ld.so: object '/home/kmahyyg/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| pid 8657 != 8637, skipping destruction (fork without exec?) | |
| ERROR: ld.so: object '/home/kmahyyg/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| ERROR: ld.so: object '/home/kmahyyg/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| SDL video target is 'x11' | |
| SDL failed to create GL compatibility profile (whichProfile=0! | |
| This system supports the OpenGL extension GL_EXT_framebuffer_object. | |
| This system supports the OpenGL extension GL_EXT_framebuffer_blit. | |
| This system supports the OpenGL extension GL_EXT_framebuffer_multisampl |
| ############################################## | |
| # # | |
| # dnscrypt-proxy configuration # | |
| # # | |
| ############################################## | |
| ## This is an example configuration file. | |
| ## You should adjust it to your needs, and save it as "dnscrypt-proxy.toml" | |
| ## |
| ;https://www.kmahyyg.xyz/2018/ASM-exp-report2/ For more details. | |
| mov ax,0xb800 ;screen buffer | |
| mov es,ax | |
| ; show string "201x1xx0xxx Yxxx xx xxxxx" | |
| ; 0x07 == bell (in ascii), saved in parital addr | |
| ; 0x07 saved in odd addr, flash, char options | |
| mov byte [es:0x00],'2' | |
| mov byte [es:0x01],0x05 |