Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.6K photos
15 videos
157 files
131K 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: security in practice
The biggest regrets of professional hackers and their advice.

I made this nice compiled list of advices for beginners along with motivation!

There are times when we regret doing somethings which then leads to nothing helpful. So let's actually see the regrets from other hackers and what somebody can learn from those mistakes.

https://youtu.be/6Ue8CQ6v5zk

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

___________________________
@hacking_Attack
@Hacking_Video
Install Knockpy on Kali Linux

Knockpy : is a subdomain enumeration tool via dictionary attack.Continue reading on Medium »
Read more...
CyberSecLabs-"Shares" walkthrough
https://www.reddit.com/r/Pentesting/comments/nqhovj/cyberseclabsshares_walkthrough/

Shares is a very interesting beginners friendly machine. People starting on their infosec journey can give a read. It involves easy steps for rooting the machines and can help beginners gain a idea on how to approach such machines. https://aaravavi.medium.com/cyberseclabs-shares-172-31-1-7-4e723370c8f3 Make sure to 'Follow' and click on that 'Clap' to support my effort and enable me to write such more walkthroughs. Thank you! submitted by /u/aaravavi (https://www.reddit.com/user/aaravavi)
[link] (https://www.reddit.com/r/Pentesting/comments/nqhovj/cyberseclabsshares_walkthrough/) [comments] (https://www.reddit.com/r/Pentesting/comments/nqhovj/cyberseclabsshares_walkthrough/)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Linux Privilege Escalation - Exploiting NFS Shares

Network File System is a protocol that allows users to access files over a computer network much like local storage is accessed, like many other protocols, it builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. If misconfigured, it could allow regular users to escalate privileges to root.

https://steflan-security.com/linux-privilege-escalation-exploiting-nfs-shares/

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

___________________________
@hacking_Attack
@Hacking_Video
WHAT IS CYBER KILL CHAIN

Continue reading on Medium »
Read more...
What?
Arkhota is a web (HTTP/S) brute forcer for Android.
Why?
A web brute forcer is always in a hacker's computer, for obvious reasons. Sometimes attacks require to be quick or/and with minimal device preparation. Also a phone takes less attention rather than a laptop/computer. For this situations here's Arkhota.
Download
You can download APK from there (https://github.com/ALW1EZ/Arkhota/releases).
Usage
Explanation is in order of objects in the APK from top to bottom.
Banner
Banner, version & author You can long click to version to see about page.
Connection
URL (required) An URL to make request. Body You need to specify a body if you are going to make a POST request.
Userlist / Wordlist
Userlist selector Single: Sets a single username Generate: Generates runtime with given options Wordlists: Sets prepared wordlist Custom wordlist: You can place your custom wordlist (https://www.kitploit.com/search/label/Custom%20Wordlist) to /sdcard/ABF/ Then this selector will have it (if required permissions given.). Username box You need to specify a username if you selected Single. Charset selectors [W] You need to specify charset, min & max length to generate runtime. If you selected Generate, checkboxes will help you to select._ Prefix & Suffix You can specify prefix & suffix to be added to your username
It's same for the password part too.

Configuration
Beep switch Beeps if attack success. Fail/Success switch Decides how to react connection response POST/GET switch Decides type of connection User-Agent _Sets user-agent for connection. if "Original UA" set, then original user-agent set Othervise given text will set to user-agent_
tip: It has autocomplete for several user-agents, all of them starts with "Mozilla", type and select one if you don't want to expose your original ua, but you don't know what to set
Timeout Sets timeout for connection, in milliseconds Cookie Sets cookie (https://www.kitploit.com/search/label/Cookie) value for connection Regex (required) Determines what to look in connection response Empty box Tried username:password pairs & result will shown there. [W] Start Starts attack!
Important
URL & Body: ^USER^ & ^PASS^ are placeholders for username and password. You need to place them in url or the body (depends what type you choose to connection) Regex & Fail/Success switch: These two determines the result of the attack. If switch points to "Fail", and if given regex found in the response, this means, this is a fail, continue to attack. if switch points to "Success", and if given regex found in response, this means this is a success!, write result to empty box (in format "FOUND: username:password") and stop the attack. Copying: Long click on the empty box will copy the content. if password found, it copies in username:password format Otherwise copies whole content. If attack is over and unsuccessful, it just stops at the last user:password.
Screenshots & Videos

___________________________
@hacking_Attack
@Hacking_Video
[W]arning

Runtime changeable parameters
Every parameter editable during attack, but none of the parameters will changeable during attack, except two. "Fail/Success" and "Beep" switch. This means: If you started the attack, and want to change a parameter (e.g charset), editing will not change anything, this changes applies after pressing start button. BUT If you started the attack with beep option on, and you want to change it. You don't need to re-start attack, just click on switch and it won't beep when attack success.
About "Generate" & Custom wordlists
The Generate option is NOT recommended Runtime generating & parsing is a really hard work for a phone. Also it's not stable, all possible words will be generated, but may not be sequential. If you really need to select it, keep everything minimum. If your phone freezes or crashes, you know selected options is not suitable your phone's processor. Do NOT place big wordlists (https://www.kitploit.com/search/label/Wordlists) to /ABF/ directory. This will cause freezing & crashing. And do NOT forget standard smartphones have far less processor power rather than a computer, this project is for small and quick attacks.
About speed
Depends on your speed of network & remote (https://www.kitploit.com/search/label/Remote) host.
How to stop the attack
This version of Arkhota doesn't support "stopping the attack". BUT that doesn't mean you cannot stop. Just change "Fail/Success" switch to opposite direction and wait one more request. This will cause a false-positive on purpose to stop. Or You can simply close and re-open the application.
PS: I know.. I know... This project gave me a headache, I didn't even try to put a stop button there.


Download Arkhota (https://github.com/ALW1EZ/Arkhota)

___________________________
@hacking_Attack
@Hacking_Video