首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏HACK学习

    BadUSB制作教程

    ("echo ........................................................ >> hacked.txt");//向hacked.txt写内容 delay (200); Keyboard.println("echo ## ## ### ###### ## ## ######## ######## >> hacked.txt");//向hacked.txt ("echo ## ## ## ## ## ## ## ## ## ## >> hacked.txt");//向hacked.txt写内容 delay(200); Keyboard.println( ("echo ## ## ######### ## ## ## ## ## ## >> hacked.txt");//向hacked.txt写内容 delay(200); Keyboard.println ("cls");//更改命令行颜色(红色) delay(200); Keyboard.println("type hacked.txt");//将hacked.txt文件内容打印在cmd delay

    14.5K5648发布于 2019-08-05
  • 来自专栏ATYUN订阅号

    黑客技术:欺骗人工智能步骤详解

    = np.copy(original_image) # How much to update the hacked image in each iteration learning_rate= 0.1 cost, gradients= grab_cost_and_gradients_from_model([hacked_image,0]) # Move the hacked image one = np.clip(hacked_image, max_change_below, max_change_above) hacked_image= np.clip(hacked_image,-1.0,1.0 # Save the hacked image! im= Image.fromarray(img.astype(np.uint8)) im.save("hacked-image.png") 运行后,它会吐出一个会欺骗神经网络的图像: $ python3

    1.2K70发布于 2018-03-05
  • 来自专栏小樱的经验随笔

    Codeforces 810C Do you want a date?(数学,前缀和)

    Upon arrival he immediately began to expand his network of hacked computers. Incidentally all the computers, which were hacked by Leha, lie on the same straight line, due to the Besides let's number all the hacked computers with integers from 1 to n. So the i-th hacked computer is located at the point xi. Input The first line contains one integer n (1 ≤ n ≤ 3·105) denoting the number of hacked computers.

    79850发布于 2018-04-09
  • 来自专栏网络安全技术点滴分享

    复现pgAdmin4 <= 9.10(CVE-2025-13780)漏洞利用

    bash -c 'touch /tmp/hacked1' (2)使用回车符(\r)替代换行符的恶意payload echo -ne "SELECT 1;\r\\! bash -c 'touch /tmp/hacked2'\r" > payload2.sql 8.执行恢复操作,分别在Restore工具的“Filename”处上传payload.sql跟payload2 PLAIN”,点击“Restore”按钮进行测试,如下所示 (1)简单恶意payload测试 (2)使用回车符(\r)替代换行符的恶意payload测试 9.查看docker容器中的/tmp目录中看是否有hacked2 bash -c 'touch /tmp/hacked2'\r" > payload2.sql 代码注释: echo -ne:-n选项禁止输出末尾的换行符,-e选项允许解释反斜杠转义字符。 bash -c 'touch /tmp/hacked2':要通过 \!执行的系统命令,创建一个文件作为攻击成功的证明。 最后的 \r:确保文件以 \r 结尾,保持格式一致性。

    15310编辑于 2026-01-19
  • 来自专栏ascii0x03的安全笔记

    HTML5离线缓存攻击测试

    攻击者可以访问本目录的demo_html.appcache获得缓存文件,在同名文件加入自己的恶意代码(这里是弹出hacked对话框),利用DNS欺骗、中间人等方式,这里将HOSTS文件更改为192.168.1.154 demo.js"> </script>

    <button onclick="getDateTime()">提交</button>

    这是攻击者的页面,点击出现hacked demo_html.appcache: CACHE MANIFEST #2015-05-12 CACHE: demo.js demo.js: function getDateTime() { alert('hacked

    2.1K90发布于 2018-04-12
  • 来自专栏FreeBuf

    JSshell:一款针对XSS漏洞的JavaScript反向Shell

    help This helpexit, quit Exit the JS shell$ 现在,我们就可以执行某些命令了: $ var test = 'hacked '$ alert(hacked)$ 运行之后,浏览器将弹出一个警告信息:hacked $ prompt(document.cookie)$ 浏览器将会打印出用户Cookie信息: JSESSION=3bda8

    1.5K20发布于 2020-07-09
  • 来自专栏tea9的博客

    2.web安全基础-无处不在的安全问题

    “篡改”网页 Tampering inttle: hacked by 关键字 Hacked by 搜索引擎语法 Intitle:keyword 标题中含有关键词的网页 Intext:text

    42810编辑于 2023-03-17
  • 来自专栏C语言及其他语言

    趣味web网页大集结

    传送门:https://anon.blue/ 黑客主题聊天室-Hack.chat 传送门:https://hack.chat/ 全球被黑站点统计-Hacked 传送门 :http://www.hacked.com.cn

    78850发布于 2018-04-18
  • 来自专栏乌鸦安全

    XSS Challenge通关简单教程

    ' onclick=alert(1) /* hacked by crow */ ? ' onclick=alert(1) <!- hacked by crow ? 法2 ' onmouseover=alert(1) // hacked by crow ? ' onmouseover=alert(1) /* hacked by crow */ ? - hacked by crow ? - hacked by crow 法4 " onclick=alert(1) /* hacked by crow */ 法5 " onmouseover=alert(1) " 法6 " onmouseover - hacked by crow 法8 " onmouseover=alert(1) /* hacked by crow */ 补充知识 strtolower()函数 把所有字符转换为小写 ?

    2.4K20发布于 2021-08-05
  • 来自专栏FreeBuf

    Pwn2Own大赛上,三星旗舰手机Galaxy S21被黑

    参考来源 https://www.bleepingcomputer.com/news/security/samsung-galaxy-s21-hacked-on-second-day-of-pwn2own-austin / https://www.prsol.cc/sonos-hp-and-canon-devices-hacked-at-pwn2own-austin-2021-event-362500-in-prizes

    44720发布于 2021-11-16
  • 来自专栏全栈程序员必看

    javascript trim_stripslashes()函数的作用

    在我们使用 htmlspecialchars() 函数后,如果用户试图在文本字段中提交以下内容: <script>location.href('http://www.hacked.com')</script > - 代码不会执行,因为会被保存为转义代码,就像这样: <script>location.href('http://www.hacked.com')</script> 现在这条代码显示在页面上或 e-mail

    79040编辑于 2022-09-27
  • php特性

    不过,如果用户在地址栏中键入了如下 URL: http://www.example.com/test_form.php/%22%3E%3Cscript%3Ealert('hacked')%3C/script %3E在这种情况下,上面的代码会转换为: test_form.php/"><script>alert('hacked')</script> <form method="post" action="test_form.php "/><script>alert('hacked')</script>这段代码加入了一段脚本和一个提示命令。

    33310编辑于 2024-04-16
  • 来自专栏灯塔大数据

    原创译文 | 比特币暴跌,源自又一个加密货币交易所被黑客攻击

    原文 Bitcoin Drops as Another Cryptocurrency Exchange is Hacked Bitcoin suffered a drop in price, along virtual currencies following the disclosures that South Korean cryptocurrency exchange Coinrail was hacked published the police corresponded from the Police which said they should: ‘’Hold onto the tokens that were hacked

    44010发布于 2018-07-25
  • 来自专栏不能显示专栏创建者

    大鹅在黑网上窃取凭证价格

    That has resulted in new kinds of accounts being hacked with the ability to command higher prices. Hacked accounts for delivery services and physical fitness brands are some of the highest priced items

    70400发布于 2021-01-07
  • 来自专栏Serverless+

    使用 BPF 改变运行中的程序的函数参数

    这是我们的 BPF 程序,尝试修改函数参数为字符串 You are hacked! : #include <uapi/linux/ptrace.h> int hack(struct pt_regs *ctx) { char text[] = "You are hacked!"

    5.2K211发布于 2021-02-23
  • 来自专栏数据库新发现

    【红色警报】近期Oracle数据库遭受比特币勒索攻击原因揭秘和预防

    链接:http://www.eygle.com/archives/2016/11/AfterConnect_hacked.html 最近,很多用户遭遇到数据库的安全问题,我们在此提示所有Oracle 166xk1FXMB2g8JxBVF5T4Aw1Z5aZ6vSE (大小写一致)  之后把你的Oracle SID邮寄地址 sqlrush@mail.com 我们将让你知道如何解锁你的数据库   Hi buddy, your database was hacked SYS.DBMS_BACKUP_RESTORE.RESETCFILESECTION(14);    FOR I IN 1..2046 LOOP    DBMS_SYSTEM.KSDWRT(2, 'Hi buddy, your database was hacked

    1.1K10发布于 2018-09-05
  • 来自专栏FreeBuf

    美国国防部网站导致账户劫持的IDOR漏洞

    如下: id=624&fName=hacked&lName=hacked&email=hacker@wearehackerone.com&phone=12345 POST请求发出后,我收到了以下有效的响应

    1.1K10发布于 2021-01-08
  • 来自专栏Khan安全团队

    403 Cloudflare XSS Bypass

    payload: < h1/%6f%6e/oNclicK=alert`hacked` >

    1.2K30编辑于 2022-01-27
  • 来自专栏陈冠男的游戏人生

    中学生CTF几道web题解

    blacklist = array_merge($funcs_internal, $funcs_extra, $funny_chars, $variables); $yourbro = "who"; $hacked '/im', $yourinput)) { $hacked = true; $why = $blacklisted; break; } } if ($hacked) { die('Hacker Detected,
    Reason: '.

    1.9K52发布于 2020-01-02
  • 来自专栏洛米唯熊

    Hacking Team遭遇了大型数据攻击泄漏事件

    Hacking Team的官方推特被黑,官方主页面的banner更名为“Hacked Team”,随后更新的推文展示了已经被窃的数据,包括公司创始人兼CEO Vincent Vincenzetti的邮件

    72220发布于 2019-07-25
领券