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
A fever Worth 750$- [Accessing Private Projects ]

Hello Champs, Shakti here , I hope you all are having some good times. Usually i’m not a person who makes writeup for the findings, but i…Continue reading on Medium »
Read more...
Super Admin panel without Credentials

As-Salaam-Alaikum.Continue reading on Medium »
Read more...
Cookie Stealing via Clickjacking using Burp collaborator

Hello 👋 infosec geeks 👨‍💻 this is my 4th blog post,Continue reading on Medium »
Read more...
How I was able to Hack Adhaar Card Official Website ?

Hello Amazing people out there ,Continue reading on Medium »
Read more...
CVE-2021–36560

Authentication Bypass To The Admin Panel.Continue reading on Medium »
Read more...
My hacking journey and How i got my First Valid Bug after 50+ duplicates?

Hello Hunters,Continue reading on Medium »
Read more...
Hacking on Medium
Billete falso de calidad 100% a la venta, compre su licencia de conducir, pasaporte, visa, exámenes…


¿Quieres comprar dinero falso de calidad, licencia de conducir, exámenes EITLS, contáctanos whatsapp: +45 71 50 60 70

Continue reading on Medium »
Hacking on Medium
footprinting and reconnaissance ?


What is Footprinting?

Continue reading on Medium »
Hacking on Medium
How to get your Mac OSX ready for playing CTFs (Hacking)


Recently, I wanted to migrate my CTF attack machine environment from my Kali VM to my AMD Hackintosh host system, due to the bad…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!DirSearch - A Go Implementation Of Dirsearch



This software is a Go implementation of the original dirsearch tool written by Mauro Soria. DirSearch is the very first tool I write in Go, mostly to play and experiment with Go's concurrency model, channels, and so forth :)


 

Purpose

DirSearch takes an input URL ( -urlparameter ) and a wordlist ( -wordlistparameter ), it will then perform concurrent HEADrequests using the lines of the wordlist as paths and files eventually bruteforcing folders and files on a web server.

It supports a custom file extension ( -ext, default to php) and other optional arguments:

Usage of dirsearch:
-200only
If enabled, will only display responses with 200 status code.
-consumers int
Number of concurrent consumers. (default 8)
-ext string
File extension. (default "php")
-maxerrors int
Maximum number of errors to get before killing the program. (default 20)
-url string
Base URL to start enumeration from.
-wordlist string
Wordlist file to use for enumeration. (default "dict.txt")


Compilation

go get github.com/evilsocket/dirsearch
cd dirsearch
make get_glide
make install_dependencies
make build


License

This project is copyleft of Simone Margaritelli and released under the GPL 3 license.



Download Dirsearch
DirSearch - A Go Implementation Of Dirsearch

This software is a Go implementation of the original dirsearch tool written by Mauro Soria. DirSearch is the very first tool I write in Go, mostly to play and experiment with Go's concurrency model, channels, and so forth :) Purpose DirSearch takes an input URL ( -url parameter ) and a wordlist ( -wordlist parameter ), it will then perform concurrent HEAD requests using the lines of the wordlist as paths and files eventually bruteforcing folders and files on a web server. It supports a custom file extension ( -ext, default to php ) and other optional arguments: Usage of dirsearch: -200only If enabled, will only display responses with 200 status code. -consumers int Number of concurrent consumers. (default 8) -ext string File extension. (default "php") -maxerrors int Maximum number of errors to get before killing the program. (default 20) -url string Base URL to start enumeration from. -wordlist string Wordlist file to use for enumeration. (default "dict.txt") Compilation go get github.com/evilsocket/dirsearchcd dirsearchmake get_glidemake install_dependenciesmake build License This project is copyleft of Simone Margaritelli and released under the GPL 3 license. Download Dirsearch
Read more...