Paulo Diovani
|
01fa29ca1d
|
Alpine doesn't need apk update when --no-cache
|
5 years ago |
Siddharth Dushantha
|
b1faa64ca3
|
Merge pull request #389 from ModdedGamers/patch-1
Add PCPartPicker to the list
|
5 years ago |
mrHedgehog
|
5fe7f2ce5f
|
Add a comment on .DS_STORE in gitignore
|
5 years ago |
Siddharth Dushantha
|
8c3dace967
|
Merge pull request #390 from Czechball/master
added 5 new sites
|
5 years ago |
Czechball
|
68941e784f
|
added ShitpostBot5000
|
5 years ago |
Czechball
|
31d36cc092
|
added Egpu
|
5 years ago |
Czechball
|
5695be91e7
|
added Pling
|
5 years ago |
Czechball
|
e4dd4d24c2
|
added SublimeForum
|
5 years ago |
Czechball
|
5090665e18
|
added PromoDJ
|
5 years ago |
Siddharth Dushantha
|
c7533adcf2
|
Updated Twitter shield url
|
5 years ago |
mrHedgehog
|
88c3f88320
|
Should now properly update sites.md and .gitignore
|
5 years ago |
mrHedgehog
|
f60769b85d
|
Update PCPartPicker to use errorcode instead of message for detection
|
5 years ago |
Modded Gamers
|
13f8279a60
|
Add PCPartPicker to the list
|
5 years ago |
Siddharth Dushantha
|
132e37c5f1
|
Merge pull request #386 from eiriksm/patch-1
Fix typo in Readme
|
5 years ago |
eiriksm
|
d42f989e92
|
Fix typo in Readme
|
5 years ago |
Christopher K. Hoadley
|
b0b7608549
|
Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
# sherlock/sherlock.py
|
5 years ago |
Christopher Kent Hoadley
|
02c57c8443
|
Merge pull request #384 from sherlock-project/remove_teknik
Teknik Not Responding & Causing Sherlock To Hang
|
5 years ago |
Christopher K. Hoadley
|
e39c817159
|
Teknik is not responding properly and is causing Sherlock to hang. Remove it. Update version and site list.
|
5 years ago |
Christopher K. Hoadley
|
b91a039a9b
|
Remove regular expression checks for Twitter and instagram. The new entries may the JSON invalid. Update version and site list.
|
5 years ago |
Siddharth Dushantha
|
20d283809b
|
added regex check for Twitter
source: https://stackoverflow.com/a/8650024
|
5 years ago |
Siddharth Dushantha
|
38b050707c
|
added regex checking for Instagram
source: https://gist.github.com/technion/5ca01ca420725e17cd3f#gistcomment-2110472
|
5 years ago |
Siddharth Dushantha
|
bfa7dfdc72
|
Merge pull request #379 from Czechball/master
added GPSies
|
5 years ago |
Czechball
|
f2eb4d2269
|
added GPSies
|
5 years ago |
Siddharth Dushantha
|
b7d225af6d
|
added habr, fixes #377
|
5 years ago |
Siddharth Dushantha
|
b492ca8a99
|
Added pikabu and OpenStreetMap, fixes #378
|
5 years ago |
Christopher K. Hoadley
|
f89fe03b34
|
Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
# sherlock/sherlock.py
|
5 years ago |
Christopher K. Hoadley
|
68da60aafa
|
Update version and site list.
|
5 years ago |
Siddharth Dushantha
|
5a581d5f75
|
Merge pull request #375 from Czechball/master
added FortniteTracker, PSNProfiles.com, TrackmaniaLadder
|
5 years ago |
Czechball
|
5250181562
|
added TrackmaniaLadder
|
5 years ago |
Czechball
|
d1dc10cb83
|
added PSNProfiles.com
|
5 years ago |
Czechball
|
47ac72008c
|
removed Codepen because it doesn't work for some reason
|
5 years ago |
Czechball
|
761c4786eb
|
added Fortnite Tracker
|
5 years ago |
Czechball
|
69ee3ad87b
|
added Codepen
|
5 years ago |
Christopher K. Hoadley
|
a900d0f674
|
Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
# sherlock/sherlock.py
|
5 years ago |
Christopher K. Hoadley
|
a257cd7ddf
|
Update version and site list.
|
5 years ago |
Christopher K. Hoadley
|
571f27f9a5
|
Clean up code that only reads the headers if we are doing HTTP Status detection. Remove special check for GitHub: everything works fine without it.
|
5 years ago |
Christopher K. Hoadley
|
2268f8186c
|
Remove unneeded assignment of results before main Sherlock call.
|
5 years ago |
Christopher K. Hoadley
|
232a5f7d07
|
Clarify meaning of "Total Websites" count. It is really "Total Websites Username Detected On".
|
5 years ago |
Christopher K. Hoadley
|
ecf097e00d
|
Get rid of global variable amount. This is no longer used.
|
5 years ago |
Christopher K. Hoadley
|
96ac2f15fd
|
Merge remote-tracking branch 'origin/master' into restructure_take1
|
5 years ago |
Christopher K. Hoadley
|
64eb20e03c
|
Update version.
|
5 years ago |
guipleite
|
81c8c6f0c4
|
check print invalid
|
5 years ago |
guipleite
|
ad2a935950
|
fixes issue #362
|
5 years ago |
Christopher K. Hoadley
|
d8c8cd8e7e
|
Leave the elapsed time for the request in seconds. Move format of time into ms to the presentation layer.
|
5 years ago |
Christopher K. Hoadley
|
b02ef5e6e2
|
Use monotonic() time function. This method is guaranteed to not do flaky things during leap seconds or daylight savings times jumps.
|
5 years ago |
Christopher K. Hoadley
|
d6d6b83b06
|
Add documentation to extension to FuturesSession() which we use to get timing information. Fix problem where timing hook would not be installed properly if the hooks for the request was already filled out with a tuple. I am not sure if that is even possible, but if it does happen, then I just convert the tuple to a list and go on from there.
|
5 years ago |
Christopher K. Hoadley
|
578248bf8e
|
Do not create session and request objects if we are going to end up creating new one for Tor requests. This just wastes time.
|
5 years ago |
Christopher K. Hoadley
|
8ef999fffd
|
Merge remote-tracking branch 'origin/master' into restructure_take1
|
5 years ago |
Christopher K. Hoadley
|
6535e79b42
|
Update version and site list.
|
5 years ago |
Christopher K. Hoadley
|
e0bf74ccd1
|
Remove Shockwave. Usernames that exist give a 503 "Service Unavailable" HTTP Status.
|
5 years ago |