Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K 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
hacking: security in practice
New Mac Book Pro

Hey guys looking to upgrade my Mac book pro but not sure what’s sufficient for someone looking to get into pen testing. This is the specs I picked but I am hoping to go cheaper if at all possible.

Hardware Apple M1 Pro with 10-core CPU, 14-core GPU, 16-core Neural Engine 32GB unified memory 1TB SSD storage

Thank you appreciate your input and help

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
MIT wordlist

Posting this so I don't lose the link and incase anyone's looking for a wordlist. After a random google session I found this link baldwin.words It seems like it contains basic pins and phrases.

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

___________________________
@hacking_Attack
@Hacking_Video
Open Redirect Vulnerability & Some Common Payloads

My favorite bug to find because I usually have a 100% success rate of using a “harmless” redirect in a chain if the target has some type…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Python Port Scanner: Faster than Nmap.

I have written a port scanner on python. It can scan 65000 ports on 8.8.8.8 in 8 seconds, it is faster than Nmap with -T "insane". After scanning it can start nmap on discovered ports, i have written an additional module that can get more info about target from censys.io like OS, Route, Services and etc. I am currently working on implementing WAF detection and CVE detection, also i will add syn tcp scan method(currently it works on socket.connect) You can check it on: https://github.com/MajorRaccoon/RollerScanner I am opened for critics!

submitted by /u/Tough-Aide-1810
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
OSINT Tool On Twitter And Instagram.
Installation
Clone the github repo$ git clone https://github.com/xadhrit/terra.git

Change Directory$ cd terra

Requirements :
For requirements (https://www.kitploit.com/search/label/Requirements) run following commands:$ python3 -m pip install -r requirements.txt

Note
For Twitter Credentials (https://www.kitploit.com/search/label/Credentials) :You need credentials which are listed in twitter.yml file in creds folder for using terra.You can find more about Twitter Api (https://www.kitploit.com/search/label/Twitter%20Api) and Access Tokens on Twitter's Developer Portal (https://developer.twitter.com/en/docs)For Instagram Credentails:Put your Instagram's username and password in creds/insta.yml file. And you are good to go.
Usage :

___________________________
@hacking_Attack
@Hacking_Video