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

@Hacking_Video
@Hacking_attack
Download Telegram
Response Manipulation leads to Account Takeover

This is a short story about my recent bug hunting on a private program. This program mainly relies on OTP to check user’s authentication…Continue reading on Medium »
Read more...
HOF In 3 Minute Using Low Hanging Fruits

Hello, Security Guys & Hacker In this Write Up I am Going to tell you aboutContinue reading on Medium »
Read more...
Response Manipulation leads to Account Takeover

This is a short story about my recent bug hunting on a private program. This program mainly relies on OTP to check user’s authentication…Continue reading on Medium »
Read more...
HOF In 3 Minute Using Low Hanging Fruits

Hello, Security Guys & Hacker In this Write Up I am Going to tell you aboutContinue reading on Medium »
Read more...
hacking: security in practice
Nounce in cipher?

I got a question on AES encryption, and have been given something called a ciphernounce. What exactly is a ciphernounce? Is it cipher+nounce, where nounce is appended to the end of the ciphertext?

Can you please explain in brief what exactly is nounce and why is it actually used in AES

submitted by /u/ultimate_smash
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
My account got hacked

Welp as the title says my google acc got hacked the password and reovery mail is changed what do I do now?

submitted by /u/LawStrict
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Narthex : Modular Personalized Dictionary Generator

Narthex (Greek: Νάρθηξ, νάρθηκας) is a modular & minimal dictionary generator for Unix and Unix-like operating system written in C and Shell. It contains autonomous Unix-style programs for the creation of personalized dictionaries that can be used for password recovery & security assessment. The programs make use of Unix text streams for the collaboration with each other, according to the Unix philosophy. It is licensed under the GPL v3.0. Currently under development!

The tools

* nchance – A capitalization tool that appends the results to the bottom of the dictionary.
* ninc – A incrementation tool that multiplies alphabetical lines and appends an n++ at the end of each line.
* ncom – A combination tool that creates different combinations between the existing lines of the dictionary.
* nrev – A reversing tool, that appends the reserved versions of the lines at the end of the dictionary.
* nleet – A leetifier. Replaces characters with Leet equivalents, such as @ instead of a, or 3 instead of e.
* nclean – A tool for removing passwords that don’t meet your criteria (too short, no special characters etc.)
* napp – A tool that appends characters or words before or after the lines of the dictionary.
* nwiz – A wizard that asks for the infromation and combines the tools together to create a final dictionary.

Screenshots
https://blogger.googleusercontent.com/img/a/AVvXsEjhkqtTaQVdXiC5tXHT2j6cojQY6g5fo7FDNekBXgF2aEm8htKL9hWGLoDRbQCo8kEhg4M2o6XUOQ0fjbLQS-QtrzHNYgOC4tIlppQawBQTECMnG4hzqTpVxM4qway2ctLspoVoWRUCLJUwK33YV-86cSCvXHi1i24s3gJJR8pwb5BRXYw3Ysyh3K2O=s973
Dependencies

Narthex has no hard dependencies, however there are two building dependencies, GCCand Make, which are both required in order to easily compile and install the binaries, but not to run them.

Install

In order to install, execute the following commands:

$ git clone https://github.com/MichaelDim02/Narthex.git && cd Narthex
$ sudo make install

Usage

For easy use, there is a wizard program, nwiz, that you can use. Just run

$ nwiz

And it will ask you for the target’s information & generate the dictionary for you.

Advanced Usage

If you want to make full use of Narthex, you can read the manpages of each tool. What they all do, really, is enhance small dictionaries. They are really minimal, and use Unix text streams to read and output data. For example, save a couple keywords into a textfile words.txtin a different line each, and run the following

$ cat words.txt | nhance -f | ncom | nrev | nleet | ninc 1 30 > dictionary.txt
Download

___________________________
@hacking_Attack
@Hacking_Video
WhatsApp Bug Bounty: Bypassing biometric authentication using voip

Bypassing biometric authentication just by making a call and access the app completelyContinue reading on Medium »
Read more...