Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack The Box — Beep Walkthrough

https://cdn-images-1.medium.com/max/2600/1*rS0lmya9FZerkpgkNHSBWw.png
Like a lot of people I am starting off my OSCP prep by running through TJnull’s OSCP HTB/Vulnhub VM list and doing each box without…

Continue reading on Medium »
Spraygen - Password List Generator For Password Spraying
http://www.kitploit.com/2021/04/spraygen-password-list-generator-for.html
Password list generator (https://www.kitploit.com/search/label/Generator) for password spraying - prebaked with goodies
Version 1.4 Generates permutations of Months, Seasons, Years, Sports Teams (NFL, NBA, MLB, NHL), Sports Scores, "Password", and even Iterable Keyspaces of a specified size. All permutations are generated with common attributes appended/prepended (such as "!" or "#"), or custom separators (such as "." or "_"). Users can extend the attributes and separators using comma delimited lists of characters. Spraygen also accepts single words or external wordlists (https://www.kitploit.com/search/label/Wordlists) that allow you to generate tuned custom wordlists in addition to what is already provided. You could use tools like crunch, a fancy bash loop over SecLists, or whatever have you but that takes time...this one is made for spraying, so get to it! python3 spraygen.py -h
_
( \_
( \_
( \_
( \_ ___
( Password \ | |
( Spray |คคคคคคคค|___|
( _ / |
( _ / /~~~~~~~~~\
( _ / ( Spray )
(_/ | This |
| |
| Get |
| Creds |
|_________|

Original Art by Alex Chudnovsky (Unaffiliated)
Spraygen tool by 3ndG4me
Version 1.4

usage: spraygen.py [-h] [--year_start YEAR_START] [--year_end YEAR_END] [-s separators] [-a attributes] [-w wordlist] [-n single word] [--mode {all,nosep,noattr,years,plain,custom}]
[--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,custom}] [--iter {ascii,num ,spec,asciinum,asciispec,numspec,full}] [--size SIZE] [--min_length MIN_LENGTH] [--max_length MAX_LENGTH]
[-o output file] [-p] [--sort {nosort,asc,desc,random}] [-v]

Parse Spray List Arguments.

optional arguments:
-h, --help show this help message and exit
--year_start YEAR_START
starting year for a range of years
--year_end YEAR_END ending year for a range of years
-s separators a comma delimited list of one or more separators
-a attributes a comma delimited list of one or more attributes
-w wordlist (https://www.kitploit.com/search/label/Wordlist) path to a custom wordlist
-n single word single custom word to generate a custom wordlist (https://www.kitploit.com/search/label/Custom%20Wordlist) with
--mode {all,nosep,noattr,ye ars,plain,custom}
Mode for list generation. Can be all, no separators, no attributes, only years, plain, or custom (will only use parameters passed into -s or -a).
--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,custom}
Type of list to generate. Can be all, iterative, sports, nfl, nba, mlb, nhl, months, seasons, password, or custom. Choosing 'all' executes all options except for 'iterative' which must be run
manually.
--iter {ascii,num,spec,asciinum,asciispec,numspec,full}
Keyspace mode for iterative list generation. Only works when --type is set to 'iterative'. Can be ascii, num, spec, asciinum, asciispec, numspec, or full. Will generate all permutations of the
selected keyspace with a given length set with the --size parameter.
--size SIZE Length of passwords (https://www.kitploit.com/search/label%20%20%20/Passwords) generated by a set keyspace. Only works when --type is set to 'iterative' and an --iter keyspace mode is set.
--min_length MIN_LENGTH
Minimum length of passwords to include in the list. (Default: 1)
--max_length MAX_LENGTH
Maximum length of passwords to include in the list (Default: 999)
-o output file name of a file to create and write the final output to
-p prints the output line by line as plaintext
--sort {nosort,asc,desc,random}
Sort final output. Sorting methods supported are nosort, asc, desc, random.
-v prints the current version of spraygen and exits

Basic Usage
Install dependencies pip3 install -r requirements.txt Run python3 spraygen.py -p - this will generate all default built in wordlists with all permutations and print them to the screen
Credits
@MarkoH17 (https://github.com/MarkoH17) - for the boolean python3.8 backwards compatibility fix

Download Spraygen (https://github.com/3ndG4me/spraygen)
What the heck is information disclosure?

IntroductionContinue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Spraygen - Password List Generator For Password Spraying

https://1.bp.blogspot.com/-sNBXv7XKcW8/YHpLAOO6l2I/AAAAAAAAV5Q/Sre23VOXPEg82SUrH9WCSL5Z7jnBXIE4QCNcBGAsYHQ/w640-h402/spraygen_1_spraygenlogo.png Password list generator for password spraying - prebaked with goodies
Version 1.4

Generates permutations of Months, Seasons, Years, Sports Teams (NFL, NBA, MLB, NHL), Sports Scores, "Password", and even Iterable Keyspaces of a specified size.

All permutations are generated with common attributes appended/prepended (such as "!" or "#"), or custom separators (such as "." or "_").

Users can extend the attributes and separators using comma delimited lists of characters.

Spraygen also accepts single words or external wordlists that allow you to generate tuned custom wordlists in addition to what is already provided.

You could use tools like crunch, a fancy bash loop over SecLists, or whatever have you but that takes time...this one is made for spraying, so get to it! python3 spraygen.py -h
_
( \_
( \_
( \_
( \_ ___
( Password \ | |
( Spray |คคคคคคคค|___|
( _ / |
( _ / /~~~~~~~~~\
( _ / ( Spray )
(_/ | This |
| |
| Get |
| Creds |
|_________|

Original Art by Alex Chudnovsky (Unaffiliated)
Spraygen tool by 3ndG4me
Version 1.4

usage: spraygen.py [-h] [--year_start YEAR_START] [--year_end YEAR_END] [-s separators] [-a attributes] [-w wordlist] [-n single word] [--mode {all,nosep,noattr,years,plain,custom}]
[--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,custom}] [--iter {ascii,num ,spec,asciinum,asciispec,numspec,full}] [--size SIZE] [--min_length MIN_LENGTH] [--max_length MAX_LENGTH]
[-o output file] [-p] [--sort {nosort,asc,desc,random}] [-v]

Parse Spray List Arguments.

optional arguments:
-h, --help show this help message and exit
--year_start YEAR_START
starting year for a range of years
--year_end YEAR_END ending year for a range of years
-s separators a comma delimited list of one or more separators
-a attributes a comma delimited list of one or more attributes
-w wordlist path to a custom wordlist
-n single word single custom word to generate a custom wordlist with
--mode {all,nosep,noattr,ye ars,plain,custom}
Mode for list generation. Can be all, no separators, no attributes, only years, plain, or custom (will only use parameters passed into -s or -a).
--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,custom}
Type of list to generate. Can be all, iterative, sports, nfl, nba, mlb, nhl, months, seasons, password, or custom. Choosing 'all' executes all options except for 'iterative' which must be run
manually.
--iter {ascii,num,spec,asciinum,asciispec,numspec,full}
Keyspace mode for iterative list generation. Only works when --type is set to 'iterative'. Can be ascii, num, spec, asciinum, asciispec, numspec, or full. Will generate all permutations of the
selected keyspace with a given length set with the --size parameter.
--size SIZE Length of passwords generated by a set keyspace. Only works when --type is set to 'iterative' and an --iter keyspace mode is set.
--min_length MIN_LENGTH
Minimum length of passwords to include in the list. (Default: 1)
--max_length MAX_LENGTH
Maximum length of passwords to include in the list (Default: 999)
-o output file name of a file to create and write the final output to
-p prints the output line by line as plaintext
--sort {nosort,asc,desc,random}
Sort final output. Sorting methods supported are nosort, asc, desc, random.
-v prints the current version of spraygen and exits
Basic Usage1. Install depende[...]
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Spraygen - Password List Generator For Password Spraying https://1.bp.blogspot.com/-sNBXv7XKcW8/YHpLAOO6l2I/AAAAAAAAV5Q/Sre23VOXPEg82SUrH9WCSL5Z7jnBXIE4QCNcBGAsYHQ/w640-h402/spraygen_1_spraygenlogo.png Password list generator for…
ncies pip3 install -r requirements.txt2. Run python3 spraygen.py -p- this will generate all default built in wordlists with all permutations and print them to the screen Credits* @MarkoH17 - for the boolean python3.8 backwards compatibility fix Download Spraygen
hacking: security in practice
Anyone know about the music leaking site DBREE?

I need someone to pm me (I DO NOT WANT TO ILLEGALLY PIRATE MUSIC BTW)

submitted by /u/AphexyTwin
[link] [comments]
hacking: security in practice
Open file extension .thumbnail made in Samsung gallery?

I have a file that ends in .thumbnail extension over 200mb in size. It’s proprietary to Samsung gallery. I’ve tried to open in native app without results. I’ve tried changing the extension to zip and 7z with no success Of extraction

Does anyone have suggestions on how up open this archive and view the thumbnails inside?

submitted by /u/notagoodapple
[link] [comments]
En este escrito dejaré algunos tips para inyecciones sql, en donde trataré de explicar solamente puntos específicos.Continue reading on Medium » (https://y000o.medium.com/algunos-tips-para-inyecciones-sql-2924702c553c?source=rss------bug_bounty-5)