Skip to content

Instantly share code, notes, and snippets.

View markphi2013's full-sized avatar

Mark markphi2013

  • Kampala, Uganda
View GitHub Profile
@markphi2013
markphi2013 / GoogleHackMasterList.txt
Created April 15, 2023 21:26 — forked from himynameisdave/GoogleHackMasterList.txt
The definitive super list for "Google Hacking".
admin account info" filetype:log
!Host=*.* intext:enc_UserPassword=* ext:pcf
"# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd
"AutoCreate=TRUE password=*"
"http://*:*@www” domainname
"index of/" "ws_ftp.ini" "parent directory"
"liveice configuration file" ext:cfg -site:sourceforge.net
"parent directory" +proftpdpasswd
Duclassified" -site:duware.com "DUware All Rights reserved"
duclassmate" -site:duware.com
<?php
require_once('dbConnector.php');
$sessionId = $_POST["sessionId"];
$serviceCode = $_POST["serviceCode"];
$phoneNumber = $_POST["phoneNumber"];
$text = $_POST["text"];
$level = explode("*", $text);
transport_name: 251-121-apposit
bulk_url: 'http:// /mmp/api/v2/json/sms/send'
bulk_user: ' '
bulk_password: ' '
shortcode_url: 'https://smsserver.iconcepts.com.ng/aggregation_new/'
shortcode_cid: '32'
shortcode_password: 'R@@t22865'
function processParticipant(participant) {
$('#simulator-profile').empty()
$("#simulator-profile").append(generateHtmlParticipant(participant));
}
function generateHtmlParticipant(participant) {
var myTemplate = "<dl> <dt>"+
"Phone: "+
public function checkFilterFields($filter)
{
$filterErrors = array();
$filter['filter_param'] = array_filter(
$filter['filter_param'],
function($filterParam) use (&$filterErrors) {
if (in_array("", $filterParam)) {
if ($filterParam[1] == "") {
$filterErrors[] = "first filter field is missing";
} else if ($filterParam[2] == "") {
<div class='ttc-program-stats-inside'>
<?php
$this->Js->set('programs', array(array('Program' => $programDetails)));
if (count($programStats['programStats']) <= 0) {
$this->Js->get('document')->event(
'ready',
'loadProgramStats();');
} else {
function roundOffStats(&$value, $key, $this)
{
<?php
App::uses('Component', 'Controller');
App::uses('User', 'Model');
App::uses('CakeEmail', 'Network/Email');
class TicketComponent extends Component
{
var $components = array('Email');
var $sitename = 'http://vusion.texttochange.org';
@markphi2013
markphi2013 / ticketview.php
Created November 5, 2013 12:44
string to image
<h2><?php echo __('Reset Password')?></h2>
<?php
echo $this->Form->create(
'User', array('url'=> array(
'controller' => 'users',
'action' =>'resetPassword')));
echo $this->Form->input(
'text', array(
'label' => 'Email',
'id' => 'emailresetpassword',
<?php
App::uses('Action', 'Model');
App::uses('FieldValueIncorrect', 'Lib');
App::uses('MissingField', 'Lib');
App::uses('VirtualModel', 'Model');
App::uses('VusionConst', 'Lib');
class Interaction extends VirtualModel
{
var $name = 'interaction';
@markphi2013
markphi2013 / k.js
Created September 25, 2013 13:03
inlineif
function generateHtmlProgramStats(programStats) {
var myTemplate = ((programStats != null)?
'<div>'+
'<span title = "Optin/Total participant(s)" class=stat>'+
'Activeparticipant/Totalparticipantstats'+
'</span> participant(s)'+
'</div>'+
'<div>'+
'<span title = "Total(total currentmonth) message(s)" class=stat>'+
'Totalhistory(Totalcurrentmonthmessages)'+