- How to Build a Successful Information Security Career (Daniel Miessler)
- The First Steps to a Career in Information Security (Errata Security - Marisa Fagan)
- Hiring your first Security Professional (Peerlyst - Dawid Balut)
- How to Start a Career in Cyber security
- How to Get Into Information Security (ISC^2)
- https://www.isc2.org/how-to-get-into-information-security.aspx
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
useragent | n | |
---|---|---|
* | 494648 | |
IRLbot | 378368 | |
bingbot | 100948 | |
MJ12bot | 94377 | |
msnbot | 66142 | |
AhrefsBot | 51999 | |
Yandex | 50260 | |
Slurp | 49160 | |
SemrushBot | 45041 |
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://jtushman.github.io/blog/2013/06/17/sharing-code-across-applications-with-python/#3 | |
https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/ | |
http://python-notes.curiousefficiency.org/en/latest/index.html |
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
$("<style>.overlay { position:absolute; background-color: white; top:0; left:0; width:100%; height:100%; z-index:1000; } .loader { position: fixed; top: 1em; padding: 15px; maring: 15px; border: 1px solid #000000; border-radius: 10px; background-color: #CC0000; color: #FFFFFF; right: 1em; z-index: 999999999999; }</style>").appendTo("head"); | |
$("body").append("<div id='overlay' class='overlay'></div><div id='loader' class='loader'><b>Bezig met inladen en sorteren ...</b></div>"); | |
maxProducts = prompt("Hoeveel producten wil je inladen? (max. 500)"); | |
var app = setInterval(function(){ | |
if ($(".feed-product-item").length < maxProducts){ |
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
{ | |
"name": "Ebay Variations Go Away!", | |
"version": "0.1", | |
"manifest_version": 2, | |
"description": "This extension is designed to completely rid ebay search results of those annoying variations listings which are commonly abused and destroy your ability to find the cheapest item.", | |
"homepage_url": "http://oliverstearn.com/projects?project=ebay_extension", | |
"permissions": [ | |
"https://*/*", | |
"http://*/*", | |
"tabs" |
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
import requests | |
from bs4 import BeautifulSoup | |
client = requests.Session() | |
HOMEPAGE_URL = 'https://www.linkedin.com?allowUnsupportedBrowser=true' | |
LOGIN_URL = 'https://www.linkedin.com/uas/login-submit?allowUnsupportedBrowser=true' | |
html = client.get(HOMEPAGE_URL).content | |
soup = BeautifulSoup(html) |
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
1. Spynner | |
https://github.com/makinacorpus/spynner | |
a) Install libpng | |
http://ethan.tira-thompson.com/Mac_OS_X_Ports.html | |
b) | |
2. Mechanize | |
http://www.pythonforbeginners.com/mechanize/browsing-in-python-with-mechanize/ | |
http://www.pythonforbeginners.com/cheatsheet/python-mechanize-cheat-sheet |
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
# Hat tip to https://github.com/anders/pwgen for various initial documentation | |
# For an alternative method, check out: | |
# https://gist.github.com/pudquick/8d3dedc337161b187a8a1c9564c83463 | |
import objc | |
from Foundation import NSBundle, NSMutableArray, NSString | |
SecurityFoundation = NSBundle.bundleWithPath_('/System/Library/Frameworks/SecurityFoundation.framework') | |
success = SecurityFoundation.load() |
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
$ frankenstein https://github.com/j-delaney/easy-application | |
Found: master for j-delaney/easy-application — 382 software engineering companies that are easy to apply to — 3298⭐️ — last updated 1 day ago | |
🏃 Processing links for j-delaney/easy-application ... | |
🔎 Checking 395 links | |
⚪ https://bitly.com/pages/careers | |
✅ https://jobs.lever.co/21 | |
✅ https://www.acorns.com/careers | |
🔶 301 https://www.academia.edu/hiring | |
✅ https://www.a9.com/careers/ |