Skip to content

Commit 834c926

Browse files
committed
another stuff full of s**t
1 parent 523c416 commit 834c926

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

dorks.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ filename:id_rsa
2121
extension:env
2222
extension:cfg
2323
extension:ini
24-
extension:yml
25-
extension:yaml
24+
language:yaml -filename:travis
2625
extension:properties
2726
extension:bat
2827
extension:sh
@@ -79,7 +78,7 @@ root_password
7978
credentials
8079
security_credentials
8180
connectionstring
82-
private
81+
private -language:java
8382
private_key
8483
master_key
8584
token

github-dorks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function usage( $err=null ) {
219219
$l_token = count( $t_tokens ) - 1;
220220
// var_dump( $t_tokens );
221221

222-
$t_exclude_extension = ['md','css','scss','sass','po','hqx'];
222+
$t_exclude_extension = ['md','css','scss','sass','po',,'class','pyc','hqx'];
223223
// var_dump( $t_orguser );
224224
// var_dump( $t_dorks );
225225

github-employees.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ def doMultiSearch( page ):
197197
n_start = 0
198198

199199
def doMultiGenerateLogins( employee ):
200-
if (t_stats['counter']%10) == 0:
200+
# if (t_stats['counter']%10) == 0:
201201
# show progress
202-
sys.stdout.write( 'progress: %d/%d\r' % (t_stats['counter'],n_results) )
202+
sys.stdout.write( 'progress: %d/%d\r' % (t_stats['counter'],n_results) )
203203
# sys.stdout.flush()
204204
t_stats['counter'] = t_stats['counter'] + 1
205205

github-grabrepo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function usage( $err=null ) {
103103

104104
foreach( $t_json as $repo )
105105
{
106-
if( (int)$repo['fork'] == 0 || $_forks ) {
106+
if( (int)$repo['fork'] == 0 || $_forks ) {
107107
$n_clone++;
108108
$cmd = 'git clone '.$repo['html_url'].' "'.$_directory.'/'.$repo['name'].'"';
109109
echo $cmd."\n";
16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)