Pwning PHP: Remote Code Execution
https://medium.com/dsc-sastra-deemed-to-be-university/pwning-php-remote-code-execution-830463b845ec?source=rss------bug_bounty-5
https://medium.com/dsc-sastra-deemed-to-be-university/pwning-php-remote-code-execution-830463b845ec?source=rss------bug_bounty-5
RCE allows an attacker to execute code on the vulnerable machine, the severity of RCE is critical (well what do you need more than that?).Continue reading on Developer Student Clubs SASTRA Β» (https://medium.com/dsc-sastra-deemed-to-be-university/pwning-php-remote-code-execution-830463b845ec?source=rss------bug_bounty-5)
(POC) Untrim any live video on Facebook
https://edmundaa222.medium.com/poc-untrim-any-live-video-on-facebook-ad6b97bad7c0?source=rss------bug_bounty-5
https://edmundaa222.medium.com/poc-untrim-any-live-video-on-facebook-ad6b97bad7c0?source=rss------bug_bounty-5
Description / ImpactContinue reading on Medium Β» (https://edmundaa222.medium.com/poc-untrim-any-live-video-on-facebook-ad6b97bad7c0?source=rss------bug_bounty-5)
(POC) Untrim any live video on Facebook
Description / ImpactContinue reading on Medium Β»
Read more...
Description / ImpactContinue reading on Medium Β»
Read more...
hacking: security in practice
How does the Ironkey Managed / Enterprise version work?
I'm looking for a hardware-encrypted USB stick to securely store recovery seeds for my crypto wallets. The managed / enterprise version allows to remotely deactivate those keys which seems to be a nice-to-have feature in case of losing it or getting it robbed. Do you need to have internet access in order to access/decrypt its data?
submitted by /u/420rainbowninja
[link] [comments]
How does the Ironkey Managed / Enterprise version work?
I'm looking for a hardware-encrypted USB stick to securely store recovery seeds for my crypto wallets. The managed / enterprise version allows to remotely deactivate those keys which seems to be a nice-to-have feature in case of losing it or getting it robbed. Do you need to have internet access in order to access/decrypt its data?
submitted by /u/420rainbowninja
[link] [comments]
reddit
How does the Ironkey Managed / Enterprise version work?
I'm looking for a hardware-encrypted USB stick to securely store recovery seeds for my crypto wallets. The managed / enterprise version allows to...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Download PS3, PS1, PSM Games With PKGi (NPS Browser) On PS3 For Free | F...
https://external-preview.redd.it/k3MDMdB0BEpdk92BQQL-8k42d6BN48C-zTZiBL6Tg9I.jpg?width=320&crop=smart&auto=webp&s=4b31947833a44d29754b3ae2c99ba6d265ad36dd submitted by /u/RANDOMDBZ
[link] [comments]
Download PS3, PS1, PSM Games With PKGi (NPS Browser) On PS3 For Free | F...
https://external-preview.redd.it/k3MDMdB0BEpdk92BQQL-8k42d6BN48C-zTZiBL6Tg9I.jpg?width=320&crop=smart&auto=webp&s=4b31947833a44d29754b3ae2c99ba6d265ad36dd submitted by /u/RANDOMDBZ
[link] [comments]
Spraygen - Password List Generator For Password Spraying
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} -vParse 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 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 - for the boolean python3.8 backwards compatibility fix Download Spraygen
Read more...
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} -vParse 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 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 - for the boolean python3.8 backwards compatibility fix Download Spraygen
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
ParkMobile Data breachβββ21 Million user information compromised
https://cdn-images-1.medium.com/max/1852/1*nkShSbL7s3G0trItaFDSpw.jpeg
What was leaked and how severe was the ParkMobile databreach ?
Continue reading on Medium Β»
ParkMobile Data breachβββ21 Million user information compromised
https://cdn-images-1.medium.com/max/1852/1*nkShSbL7s3G0trItaFDSpw.jpeg
What was leaked and how severe was the ParkMobile databreach ?
Continue reading on Medium Β»
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 Β»
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
http://www.kitploit.com/2021/04/spraygen-password-list-generator-for.html