Skip to content

Instantly share code, notes, and snippets.

@AglaianWoman
AglaianWoman / main.clj
Created November 23, 2017 02:30 — forked from tommyettinger/main.clj
Clj-Ebay with at-at
(ns clj-ebay.main
(:require [overtone.at-at :as schedule]
[clj-ebay.core]
[clj-ebay.finding :as finder])
(:gen-class))
(def my-pool (schedule/mk-pool))
(defn search-from-ebay
"comment"
[searched-key max-price]
(let [result (finder/find-items-advanced {:entries-per-page "1",
$ 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/
@AglaianWoman
AglaianWoman / WishSortPrice.js
Created November 23, 2017 02:28 — forked from LiquidSebbey/WishSortPrice.js
Sort Wish.com results by price
$("<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){
@AglaianWoman
AglaianWoman / eBayCollectionCat
Created November 23, 2017 02:27 — forked from user20161119/eBayCollectionCat
ebay shopping api getcategoryInfo
<?xml version="1.0" encoding="UTF-8"?>
<GetCategoryInfoResponse
xmlns="urn:ebay:apis:eBLBaseComponents">
<Timestamp>2017-10-01T16:03:11.356Z</Timestamp>
<Ack>Success</Ack>
<Build>E1033_CORE_APILW_18542200_R1</Build>
<Version>1033</Version>
<CategoryArray>
<Category>
<CategoryID>1</CategoryID>
@AglaianWoman
AglaianWoman / etsy.rb
Created November 23, 2017 02:27 — forked from D3MZ/etsy.rb
%w{csv mechanize pp mongo peach parallel}.each { |x| require x }
include Mongo
@coll = MongoClient.new("localhost", 27017)['etsy']['stores']
def extracted url
@agent = Mechanize.new { |agent| agent.user_agent_alias = 'Mac Safari' } #resets cookies, prevent some tracking
page = @agent.get url
I found this list by chance. It is located at: https://code.google.com/p/pentest-bookmarks/wiki/BookmarksList
Its a bit old (compiled in 2012), but links may still be valid.
------------------
Hacker Media
Blogs Worth It:
What the title says. There are a LOT of pentesting blogs, these are the ones i monitor constantly and value in the actual day to day testing work.
@AglaianWoman
AglaianWoman / shopping_get_item.php
Created November 23, 2017 02:20 — forked from davidtsadler/shopping_get_item.php
Getting an item by calling GetSingleItem in the Shopping API using the [eBay SDK for PHP](https://github.com/davidtsadler/ebay-sdk-php)
<?php
require __DIR__.'/vendor/autoload.php';
use \DTS\eBaySDK\Constants;
use \DTS\eBaySDK\Shopping\Services;
use \DTS\eBaySDK\Shopping\Types;
use \DTS\eBaySDK\Shopping\Enums;
$service = new Services\ShoppingService([
'credentials' => [
@AglaianWoman
AglaianWoman / ssh.md
Created November 16, 2017 01:35 — forked from etoxin/ssh.md
SSH

tunnel a remote port on a server to your local machine

ssh -L 12345:localhost:5984 user@website.com

Tunnel a Website through your server to a pre defined port.

blocked websites.

.NET Compact Framework
.NET Framework
.NET Remoting
.NET for Web
1ShoppingCart
A/B Testing
A2Billing
ADK
ADO.NET
@AglaianWoman
AglaianWoman / manifest.json
Created November 9, 2017 02:02 — forked from ostearn/manifest.json
Ebay Variations Go Away!
{
"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"