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
<?php | |
/** | |
* wpDirAuth: WordPress Directory Authentication (LDAP/LDAPS). | |
* | |
* Works with most LDAP enabled directory services, such as OpenLDAP, | |
* Apache Directory, Microsoft Active Directory, Novell eDirectory, | |
* Sun Java System Directory Server, etc. | |
* | |
* Please note that wpDirAuth will start in safe mode if it detects that | |
* another plugin is in conflict, by detecting if the wp_authenticate and |
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
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz | |
CPU Family: 0x6 |
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
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz | |
CPU Family: 0x6 |
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
# Quick and dirty carbon emissions calculation. | |
# | |
# See https://attackllama.com/carbon/. | |
# | |
# Requires Python 3.6+. | |
# Non-core dependencies: requests, numpy, pandas, matplotlib, pytablewriter. | |
# | |
# Note that the input text file "flights.txt" has a "distance" column. This is | |
# obtained manually using online flight distance calculators, and is simply for | |
# statistics. If you don't want to use this data, set each row in this column |
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
"""Facebook tagged photos download script. | |
Requires a Facebook API token - see the following blog post for more | |
information: https://attackllama.com/2021/01/downloading-tagged-photos-from-facebook/ | |
Sean Leavey | |
https://attackllama.com/ | |
https://github.com/SeanDS/ | |
""" |