Skip to content

Instantly share code, notes, and snippets.

View carter-yagemann's full-sized avatar

Carter Yagemann carter-yagemann

View GitHub Profile
@carter-yagemann
carter-yagemann / pt-check.c
Created November 21, 2019 21:36
Quick and dirty check for Intel Processor Trace (PT) features.
/*
* Copyright 2019 Carter Yagemann <yagemann@gatech.edu>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
@carter-yagemann
carter-yagemann / vt-diff.py
Created July 27, 2017 21:19
Takes two VirusTotal analysis pages and diffs them.
#!/usr/bin/env python
#
# vt-diff.py - Takes two VirusTotal analysis pages and diffs them.
#
# Copyright 2017 Carter Yagemann
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@carter-yagemann
carter-yagemann / mobo-power.ino
Created January 13, 2017 17:56
Turn on computer using Internet of Things
/**
* Mobo Power - Copyright 2015 Carter Yagemann
*
* This program allows a core to power on a motherboard over the internet!
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
@carter-yagemann
carter-yagemann / patreon.py
Created January 13, 2017 17:54
Patreon Tracker
###################################################################################
## Patreon Tracker ##
## ##
## Copyright (c) 2015 Carter Yagemann ##
## ##
## Permission is hereby granted, free of charge, to any person obtaining a copy ##
## of this software and associated documentation files (the "Software"), to deal ##
## in the Software without restriction, including without limitation the rights ##
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell ##
## copies of the Software, and to permit persons to whom the Software is ##
@carter-yagemann
carter-yagemann / patreon.py
Created January 13, 2017 17:54
Patreon Tracker to Google Drive Spreadsheet
###################################################################################
## Patreon Tracker ##
## ##
## Copyright (c) 2015 Carter Yagemann ##
## ##
## Permission is hereby granted, free of charge, to any person obtaining a copy ##
## of this software and associated documentation files (the "Software"), to deal ##
## in the Software without restriction, including without limitation the rights ##
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell ##
## copies of the Software, and to permit persons to whom the Software is ##
"""
Simplifies the process of grepping EPUB files.
Grep must be installed for this script to work.
Copyright (c) 2016 Carter Yagemann
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to permit
@carter-yagemann
carter-yagemann / current-geo.py
Created January 13, 2017 17:49
Get IP and Geolocation with SOCKS Proxy Support
"""
Copyright (c) 2016 Carter Yagemann
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
"""
phrack-rss.py - Generates a RSS feed for Phrack's releases.
Copyright (c) 2016 Carter Yagemann
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,