This file contains hidden or 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
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
| import "@openzeppelin/contracts/token/ERC20/extensions/ERC4626.sol"; | |
| contract MockERC4626Tester is ERC4626 { | |
| constructor(address asset) | |
| ERC20("Mockvault", "MV") |
This file contains hidden or 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
| fn main() { | |
| let string1 = String::from("Rust"); | |
| let string2 = String::from(" Programming"); | |
| let concatenated_string = concatenate_strings(&string1, &string2); | |
| println!("{}", concatenated_string); | |
| } |
This file contains hidden or 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
| [ | |
| { | |
| "domain": "www.hotstar.com", | |
| "expirationDate": 1743169334.189, | |
| "hostOnly": true, | |
| "httpOnly": false, | |
| "name": "userHID", | |
| "path": "/", | |
| "sameSite": "no_restriction", | |
| "secure": true, |
This file contains hidden or 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
| http://mediasaturn.emaillabs.info.pl/click/?lt=aHR0cHM6Ly9tZWRpYW1hcmt0LnBsL2NvbmZpcm0vY29uc2VudC8zNGZhMGU5MDc2MmNmY2FlZjU3ZTNlN2E1MzYxODk2MTYzNDhhNjhiYWEwNGMxZTE3ODEzNjg1NjQ5NjU5NTkxOGQ0ZTI1ZnxaVE13Tldaa09XSmxNVGcwT0RZeFpqVXpOREkxTWpZd05HWXpZbVl4TkRGQWQzZDNMbTFsWkdsaGJXRnlhM1F1Y0d4OFYyVmtMQ0F3TXlCS1lXNGdNakF5TkNBeE56bzFOVG8wTVNBck1ERXdNSHhwYm1adlkyRnpkR3hsTTBCbmJXRnBiQzVqYjIxOE1pNXRaV1JwWVhOaGRIVnliaTV6YlhSd2ZISmxaR2R5YVdRemZEQjhNUzVpTm1Ka1pESmpOalkwWkRVd1pURXlaVFExT0dVNVpUUXpNVGcxWWpNNE9RPT0%3D |
This file contains hidden or 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
| # Enumeration | |
| # Credential Injection | |
| runas.exe /netonly /user:<domain>\<username> cmd.exe | |
| # enumeration users | |
| users | |
| net user /domain |