type: PIN
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
type: PIN
Consumer key: IQKbtAYlXLripLGPWd0HUA
BEGIN MESSAGE. | |
Zb9nZaPYOlZn9hU zWgil1ZkDLhKayz gwfKkoUbivPAIFk n50Yy6MzTrk440S | |
FJboOFlgHwmcKyq WHVYudctQ3VTCKq 6Xr2MZHgg6oNo3h 7XcLHt7fesDytVD | |
IfaZ6LlmuCtVhwI KGyCkXS9j4mv2zd WAImG3FbO3k5MpK vQUeCVVCCNOewBZ | |
PlLaBodkzDXBxIf YPrBbhrfFpPCkhz 09Hgr. | |
END MESSAGE. |
### Keybase proof | |
I hereby claim: | |
* I am ibnux on github. | |
* I am ibnumaksum (https://keybase.io/ibnumaksum) on keybase. | |
* I have a public key ASAiHNvgPwfzQ310O5uviRJ0-2Zg-Jef1qQ3IOo4WO8DLQo | |
To claim this, I am signing this object: |
<?php | |
ini_set('default_socket_timeout', 5); | |
while (true) { | |
$array = explode("\n", str_replace("\r","",file_get_contents("target.txt"))); | |
foreach ($array as $a){ | |
if(!empty(trim($a))){ | |
$t = explode(" ", $a); | |
upload($t[0], $t[1]); | |
} |
:local mak ""; | |
:set mak $"mac-address"; | |
/tool fetch "http://server.absen/?user=$user&mac=$mak&secret=TambahSecretBiarAman" mode=http dst-path=flash/absen.txt; |
# Indonesian translations | |
# by Raden Prabowo ([email protected]) | |
# /usr/share/redmine/config/locales/id.yml | |
id: | |
direction: ltr | |
date: | |
formats: | |
default: "%d-%m-%Y" | |
short: "%d %b" |
<?php | |
/** | |
* variable acak tidak boleh ada angka yang berulang | |
* Untuk membuat kode acak bisa menggunakan shuffle | |
* $acak = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]; | |
* shuffle($acak); | |
* echo implode(',',$acak); | |
* jumlah acakKTP harus sesuai dengan length KTPnya yaitu 16 | |
*/ |
<?php | |
/** | |
* Simpan di folder project go whatsapp rest | |
* disebelah Dockerfile | |
* jalankan cronjob setiap 5 menit | |
* cronjob: */5 * * * * cd /path/to/go-whatsapp-rest && php check.php | |
*/ | |
$file = "./config/085156812578.gob"; | |
$path = "./config/stores/085156812578.gob"; |
import os, requests | |
# Your kindle must be jailbreak then install SSH and python | |
# https://www.mobileread.com/forums/forumdisplay.php?f=140 | |
# save script on /mnt/us/upload.py | |
# run: mntroot rw | |
# edit /etc/crontab/root | |
# add: */5 7-22 * * * * python /mnt/us/upload.py | |
# every 5 minuts it will check screenshoot, upload it, and delete it | |
# you can run python /mnt/us/upload.py to check it is it working |
<?php | |
/******************************************************************************\ | |
﷽ | |
Dengan menyebut nama Allah Yang Maha Pemurah lagi Maha Penyayang | |
Ya Allah, Sayangilah Kode ini sebagaimana Hambamu menyayangi kode ini | |
****************************************************************************** | |
* * | |
* Copyright (C) 2020 by Ibnu Maksum Last modified : April 16th, 2020 * | |
****************************************************************************** | |
* This source and program come as is, WITHOUT ANY WARRANTY and/or WITHOUT * |