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
#region copyright | |
// /* Copyright (C) think2infinity LLC - All Rights Reserved | |
// * | |
// * TimeJack | |
// * | |
// * Written by Stephen Reindl <stephen@think2infinity.com>, 09 2013 | |
// * | |
// */ | |
#endregion |
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
Security Advisory | |
Topic: Administrator can exploit XSS into local file read using PDF generator in Zkteco Biotime | |
Category: Zkteco Biotime | |
Module: webgui | |
Announced: 01-09-2022 | |
Credits: Ahmed Kameran From https://technobase.krd/ -- https://twitter.com/hamoshwani | |
CVE ID: CVE-2022-38802 | |
Affects: BioTime - < 8.5.3 Build:20200816.447 |
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
// ==UserScript== | |
// @name Best algorithm to play Multiply odd 1.5 win chance 63% (NOT FOR LOW BALANCE) | |
// @description Play with higher chance , READ FIRST | |
// @include https://freebitco.in/* | |
// @copyright 2020, makaaymen@gmail.com | |
// @namespace AnarchyHS | |
// ==/UserScript== | |
bconfig = { |
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
var dataStore = new InMemoryDataStore(); | |
var dataLayer = new SimpleDataLayer(dataStore); | |
using (var uow = new UnitOfWork(dataLayer)) | |
{ | |
var sql = "SELECT Id, Name FROM BookGenre WHERE Name = @Name"; | |
var pNames = new string[] { "Name" }; | |
var pValues = new object[] { "Computer" }; | |
var dbData = uow.ExecuteQuery(sql, pNames, pValues); |
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
******************** | |
Wic Reset Free 78 ->>->>->> | |
******************** | |
http://shurll.com/cz1st | |
(Copy & Paste link) | |
******************** | |
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
/* | |
* Copyright (C) 2015 Mohib Sheth <mohib.sheth@gmail.com> | |
* | |
* Original Java version Copyright (C) 2014 Jared Rummler <jared.rummler@gmail.com> | |
* https://gist.github.com/jaredrummler/16ed4f1c14189375131d | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* |
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
@TargetApi(Build.VERSION_CODES.KITKAT) | |
public static String getPath(final Context context, final Uri uri) { | |
final boolean isKitKat = Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT; | |
// DocumentProvider | |
if (isKitKat && DocumentsContract.isDocumentUri(context, uri)) { | |
// ExternalStorageProvider | |
if (isExternalStorageDocument(uri)) { | |
final String docId = DocumentsContract.getDocumentId(uri); |
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
package main | |
import ( | |
"encoding/xml" | |
"fmt" | |
"io/ioutil" | |
"log" | |
"net/http" | |
) |
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
public class RSA { | |
private Key key; | |
// Hex digits | |
private static final String DIGITS = '0123456789abcdef'; | |
private static final Decimal HEX_BASE = 16; | |
public abstract class Key { | |
private String modulus; | |
public Key(String modulus) { |