Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
My Pentest Log -9-

Greetings from Kerkoporta to all,Continue reading on Medium »
Read more...
Dark Reading: Attacks/Breaches
Google to Buy Mandiant, Aims to Automate Security Response

In a deal worth $5.4 billion, Google would expand its security portfolio with managed detection and response (MDR) and threat intelligence, with an increasing focus on automation.
Dark Reading: Attacks/Breaches
Dark Reading Reflects on International Women's Day

A look at how far the information security industry has come - and how far it still has to go.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Security Industry Association Reveals the 2022 Women in Security Forum Power 100 List

This new annual program showcases 100 women who are role models, leaders, innovators, and influencers in the global security industry.
Phonebook, the way to DoS a company

I had to add my personal info to a phonebook, which I don’t like, so I took down the server ;)Continue reading on Medium »
Read more...
GONET-Scanner - Golang Network Scanner With Arp Discovery And Own Parser
http://www.kitploit.com/2022/03/gonet-scanner-golang-network-scanner.html
Install chmod +x install.sh
./install.sh [as root]

Usage ARP Discovery -ar CIDR (https://www.kitploit.com/search/label/CIDR) -s: Scan (https://www.kitploit.com/search/label/Scan) ports in all hosts discovered -ap: Scan to 65535 Ports -pr MINPORT MAXPORT: Define Port Range to Scan -1000: Scan Top 1000 ports (like nmap) -t: Set Timeout (in milliseconds) [EXAMPLES] go run scannerport.go -ap : Allports TCP Scan go run scannerport.go Default Scan 0-1024 ports go run scannerport.go -ar 192.168.0.1/24 : ARP Ping Scan ALL local Subnet go run scannerport.go -pr go run scannerport.go -ar 192.168.1.1/24 -s go run scannerport.go -1000 192.168.1.1 go run scannerport.go -t 100 192.168.1.1 Example: go run scannerport.go -ar 192.168.1.1/24 (will send an arp ping to every host of net to discover (https://www.kitploit.com/search/label/Discover) if is it up) Example: go run scannerport.go google.com -1000 (Will resolve google.com + Will scan top 1000 ports) Example: go run scannerport.go 192.168.0.1 -pr 100 3000 (will scan every port in these range you must put first minor port)">[ARGUMENTS]

-ar CIDR: ARP Discovery
-ar CIDR -s: Scan ports in all hosts discovered
-ap: Scan to 65535 Ports
-pr MINPORT MAXPORT: Define Port Range to Scan
-1000: Scan Top 1000 ports (like nmap)
-t: Set Timeout (in milliseconds)

[EXAMPLES]

go run scannerport.go -ap : Allports TCP Scan
go run scannerport.go Default Scan 0-1024 ports
go run scannerport.go -ar 192.168.0.1/24 : ARP Ping Scan ALL local Subnet
go run scannerport.go -pr
go run scannerport.go -ar 192.168.1.1/24 -s
go run scannerport.go -1000 192.168.1.1
go run scannerport.go -t 100 192.168.1.1
Example: go run scannerport.go -ar 192.168.1.1/24 (will send an arp ping to every host of net to discover if is it up)
Example: go run scannerport .go google.com -1000 (Will resolve google.com + Will scan top 1000 ports)
Example: go run scannerport.go 192.168.0.1 -pr 100 3000 (will scan every port in these range you must put first minor port)

Contributors Thanks to @ajaniramon for help in this project!

Download GONET-Scanner (https://github.com/luijait/GONET-Scanner)
hacking: security in practice
Current password crackers

I used to use Cain and Abel years ago for fun and I’m looking to get back into the space.

Is Hydra the current go to tool for password cracking and network sniffing? What’s your personal favorite?

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