This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm CapCap-1482859 and I have contributed to the aptos-keyless-ceremony-may2024. | |
The following are my contribution signatures: | |
Circuit # 1 (main_39f9c44b4342ed5e6941fae36cf6c87c52b1e17f) | |
Contributor # 23 | |
Contribution Hash: bb71da9d 836417a5 0b801deb 0a7755a4 | |
d3271c1b 61ecdd39 4d42b961 5e672749 | |
69682dfb e66e0f1d 7553c87f 0b463514 | |
72ef8fdf a9fc0265 86f32766 369ebfa9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm CapCap-1482859 and I have contributed to the aptos-oidb-zk-ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (main) | |
Contributor # 10 | |
Contribution Hash: e8a58201 a24a4592 7f8fb476 d6a1f0b9 | |
5f11381d b4c88593 95f719ed 1edbe5d0 | |
6108999e b6515788 b0ebd167 4728d607 | |
8440cbd8 ad8be808 da59f7e8 315cd9ab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm CapCap-1482859 and I have contributed to the aptos-oidb-zk-ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (main) | |
Contributor # 24 | |
Contribution Hash: 1868f09a 97b5f6db 86106f3d 09e50930 | |
6b972fc5 e5f8a3c3 8cc92fbe 64d823ae | |
ff75e610 d0eafa3a 3cb25de7 38b60f59 | |
75577022 8e798518 f15c7553 ed4e092c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You accept and agree to the following terms and conditions for Your Contributions (present and future) that you submit to the Foundation. In return, the Foundation shall not use Your Contributions in a way that is contrary to the public benefit or inconsistent with its nonprofit status and bylaws in effect at the time of the Contribution. Except for the license granted herein to the Foundation and recipients of software distributed by the Foundation, You reserve all right, title, and interest in and to Your Contributions. | |
1. Definitions. | |
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with the Foundation. For legal entities, the entity making a | |
Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, | |
"control" means (i) the power, direct or indirect, to cause the direction or management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Don't require you to constantly enter password for sudo: | |
sudo visudo | |
# In the bottom of the file, paste the following (without the `#`): | |
# paperspace ALL=(ALL) NOPASSWD: ALL | |
# Then press `ctl+o` then `enter` to save your changes, and `ctr+x` to exit nano | |
# Allow connection from your IP to any port- default seems to be just 22 (ssh) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Made by the coding ninjas at Upgrade, LLC: www.upgradeyour.com | |
-- Are YOU ready for an Upgrade? | |
-- phpMyAdmin SQL Dump | |
-- Generation Time: Apr 10, 2012 at 06:05 PM | |
-- Server version: 5.5.20 | |
-- PHP Version: 5.4.0 | |
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; | |
SET time_zone = "+00:00"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Hello from upgradeyour.com (coming soon), | |
I've done some security work in the past and figured this would be a fun and quick puzzle, I found the same hash as scott on http://50.116.17.63/stats/counter.php?id=547b373f97233059 and googling it led to his post :) | |
it tries to identify browser/os version, and possibly run a wmp exp | |
It also tries to visit http://50.116.17.63/stats/w.php?f=b6863&e=4 and http://50.116.17.63/stats/w.php?f=b6863&e=1 and download+exec, two different exes | |
It tries a pdf exploit ( http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0188 and also http://50.116.17.63/stats/content/ap2.php?f=b6863 and http://50.116.17.63/content/ap1.php ? f = b6863 ), and hcp exploit as well ( http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1885 ), and some pdf exploit | |
This is all part of the blackhole exploit kit, and this botnet is seemingly Huge! | |