Skip to content

Instantly share code, notes, and snippets.

View cdprf's full-sized avatar
🎯
Focusing

Yunus Emre YUCE cdprf

🎯
Focusing
View GitHub Profile
@cdprf
cdprf / enum_all.sh
Created September 4, 2022 23:27 — forked from nani1337/enum_all.sh
##!/bin/bash
#starting sublist3r
sublist3r -d $1 -v -o domains.txt
#running assetfinder
/bin/assetfinder --subs-only $1 | tee -a domains.txt
#removing duplicate entries
sort -u domains.txt -o domains.txt
#checking for alive domains
echo "\n\n[+] Checking for alive domains..\n"
cat domains.txt | /bin/httprobe | tee -a alive.txt
@cdprf
cdprf / dl.txt
Last active April 1, 2021 12:39
download note
acunetix site:appnee.com OR site:cracksnow.com OR site:audioz.download OR site:computerworm.net OR site:crackzsoft.com OR site:forums.mydigitallife.net OR site:free.appnee.com OR site:karanpc.com OR site:sadeempc.com OR site:softhund.com OR site:soft4win.com; OR site:indowsapps.org OR site:yourenamecracks.blogspot.com OR site:onhax.me OR site:soupget.com OR site:softasm.com OR site:diakov.net OR site:freecoursesite.com OR site:courseclub.net OR site:cgpersia.com OR site:downloadly.ir OR site:warezturkey.org OR site:filecr.com OR site:soft98.ir OR site:downloadha.com OR site:p30download.com OR site:download.ir OR site:patoghu.com OR site:yasdl.com
private async Task<string> getInstagramPostId()
{
await Task.Run(() => {
WebClient webClient = new WebClient();
string str = "http://api.instagram.com/oembed?url=";
string text = webClient.DownloadString(str + txt.Text);
int num = text.IndexOf(string.Concat(new object[]
{
'"',"media_id",'"',": ",'"'}));
int num2 = text.IndexOf(string.Concat(new object[]
@cdprf
cdprf / wpdb_default_tables.sql
Created March 18, 2018 04:32 — forked from rnagle/wpdb_default_tables.sql
Default WordPress Database Table Create Statements
DROP TABLE IF EXISTS wp_users;
CREATE TABLE wp_users (
ID bigint(20) unsigned NOT NULL auto_increment,
user_login varchar(60) NOT NULL default '',
user_pass varchar(64) NOT NULL default '',
user_nicename varchar(50) NOT NULL default '',
user_email varchar(100) NOT NULL default '',
user_url varchar(100) NOT NULL default '',
user_registered datetime NOT NULL default '0000-00-00 00:00:00',
user_activation_key varchar(60) NOT NULL default '',
@cdprf
cdprf / bozuk_turkce_karakter_duzelt.php
Created July 16, 2017 21:32 — forked from halilim/bozuk_turkce_karakter_duzelt.php
Bozuk Türkçe karakter düzelt - Fix corrupt Turkish characters
<?php
function array_make_first(&$array, $element) {
if (($ndx = array_search($element, $array)) !== false) {
unset($array[$ndx]);
array_unshift($array, $element);
}
}
$encler = mb_list_encodings();
@cdprf
cdprf / bf.php
Created July 5, 2017 15:01 — forked from apisurfer/bf.php
Simple brute force or string matching in PHP
<?php
/**
This is a simple proof of concept of a brute force algorithm for string matching with
given set of characters.
The way this works is that the algorithm counts from first to last possible combination of
given characters. Instead of counting(incrementing) in number base 10 we use
a new base which is derived from your set of possible characters (we count in symbols).
So if your characters list contains 27 characters the program actually counts in a 27 base
number system.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Execute script from image</title>
<meta name="author" content="popc0rn - Luka Vidakovic">
</head>
<body>
<div id="x"></div>