Skip to content

Instantly share code, notes, and snippets.

View papagunit's full-sized avatar
👨‍🚀
Don't mind me, just collecting stars...

Devon Guerrero papagunit

👨‍🚀
Don't mind me, just collecting stars...
View GitHub Profile
@hellhond
hellhond / disposable_email_domains.lst
Created November 9, 2023 22:57
Disposable Email Domains
027168.com
0815.ru
0815.ry
0815.su
0845.ru
0box.eu
0cd.cn
0clickemail.com
0-mail.com
0n0ff.net
@trvswgnr
trvswgnr / SyncService.test.ts
Last active August 7, 2023 07:31
daxxer challenge 2
import { SyncService } from './SyncService';
import type {
EventId,
UserId,
EventFromA,
} from './types';
import { describe, beforeEach, it, expect } from '@jest/globals';
import { QueueService, LogService, BService, MonitorService, CacheService } from './mock-services';
@ccalonge
ccalonge / CountryList.json
Last active May 30, 2023 20:20
Country List by Region
[
{
"name": "Albania",
"code": "AL",
"region": "Central and Eastern Europe"
},
{
"name": "Andorra",
"code": "AD",
"region": "Western Europe"
@travisbrown
travisbrown / locked.csv
Last active February 15, 2023 05:45
Some Twitter users who have locked their accounts in the past day
Twitter ID Screen name Last observed locked Followers count Timestamp
44196397 elonmusk true 127743238 1675272420
17995040 benshapiro false 5447637 1675270912
292929271 charliekirk11 false 1919629 1675270912
918804624303382528 100trillionUSD true 1868856 1675266091
930552552302792705 DanCrenshawTX true 1294512 1675270033
963204890842615809 30SECVlDEOS true 1285438 1675272242
2417586104 SebGorka true 1269600 1675266798
954005112174862336 Bitboy_Crypto true 1041909 1675272764
334715818 BuckSexton true 989298 1675266223
@travisbrown
travisbrown / blue-ids.txt
Last active April 25, 2023 00:54
Updated list of Twitter Blue verification subscriber IDs
This file has been truncated, but you can view the full file.
18
22
58
294
501
753
762
780
903

Elon Musk's suspension reversals

The tables below show notable Twitter suspension reversals for each day since Elon Musk took over as owner and CEO.

All dates indicate when the suspension or reversal was detected, and the actual suspension or reversal may have been earlier. For most English-language accounts with large followings, this lag will generally not be longer than a few hours, but for accounts that have a small number of followers or that are outside the networks we are tracking, the difference can be larger, and in some cases an account on the list may have had its suspension reversed before 27 October 2022. These dates will get more precise as we refine the report.

Because of these limitations, this report should be considered a starting point for investigation, not a definitive list of suspension reversals.

@godrix
godrix / DEB.js
Created August 16, 2022 16:51
Disposable Email Blacklist
const email = ['0-mail.com', '0815.ru', '0815.ru0clickemail.com', '0clickemail.com', '0wnd.net', '0wnd.org', '10minutemail.com', '10minutemail.de', '123-m.com', '126.com', '12minutemail.com', '139.com', '163.com', '1ce.us', '1chuan.com', '1pad.de', '1zhuan.com', '20minutemail.com', '21cn.com', '24hourmail.com', '2prong.com', '30minutemail.com', '33mail.com', '3d-painting.com', '4warding.com', '4warding.net', '4warding.org', '60minutemail.com', '675hosting.com', '675hosting.net', '675hosting.org', '6ip.us', '6paq.com', '6url.com', '75hosting.com', '75hosting.net', '75hosting.org', '7days-printing.com', '7tags.com', '99experts.com', '9ox.net', 'a-bc.net', 'afrobacon.com', 'ag.us.to', 'agedmail.com', 'ajaxapp.net', 'akapost.com', 'ama-trade.de', 'ama-trans.de', 'amilegit.com', 'amiri.net', 'amiriindustries.com', 'ano-mail.net', 'anonbox.net', 'anonymail.dk', 'anonymbox.com', 'anonymousmail.org', 'anonymousspeech.com', 'antichef.com', 'antichef.net', 'antireg.com', 'antispam.de', 'armyspy.com', 'azmeil.tk', 'baxo
@loopyd
loopyd / Get-HashEx.psm1
Last active May 1, 2024 17:23
[PowerShell 7] Get-HashEx - All-in-one file and folder hashing module for Windows PowerShell 7.0+
<#
.Synopsis
Hash a file or a folder via the lifestrea- er I mean, bytestream. Then return the results.
.Description
I improved Get-FileHash just a bit. Hash a file or a folder via the lifestrea- er I mean,
bytestream. Then returns the results. A lot of options, and what ever supported, hardware
accelerated CryptoStream HashAlgorithm provider you want. Also with real time progress,
which you can turn off if you want.
@jackcoldrick90
jackcoldrick90 / validateEmailFromKickbox.js
Created April 26, 2021 17:08
Action uses the Kickbox Single Verification API to validate the enrolled contacts email address and return additional information to help optimize your marketing email efforts. i.e Sendex score.
//Import required libraries
const hubspot = require('@hubspot/api-client');
const request = require('request');
exports.main = (event, callback) => {
//Create a new HubSpot Client
const hubspotClient = new hubspot.Client({
apiKey: process.env.HAPIKEY
});
http://dev.jackcoldrick.com/custom-form-validation/