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

@Hacking_Video
@Hacking_attack
Download Telegram
Configuration

Token
domain - Your custom domain length - Length of the tokens (default 5) The token character set is ascii upper & lower, and digits. The length can be modified to meet needs such as constrained space for a payload. The number of tokens per length is listed below. 1 - 62 2 - 3844 3 - 238328 4 - 14776336 5 - 916132832 ssl - Configure payloads for https vs http ``server` - domain or IP of the Mole token server default_tags - list of default tags to add to all tokens. Useful for per-project/client tokens.
Server
api_key - API key used to authenticate requests to the mole API dns_addr - IP address used to respond to DNS queries db_conn - SQLAlchemy (https://www.sqlalchemy.org/) database URL (https://docs.sqlalchemy.org/en/13/core/engines.html). Default is a SQLite db in the root directory sqlite:///mole.db static_responses - list of DNS static response key/value pairs web_port - configure the listening web port dns_port -configure the listening dns port
Notifications
All notifications have an enabled flag that determines whether or not to trigger the notification on an interaction. Each notification plugin has its own configuration items. mailgun - configure domain, to, from, and api_key to enable mailgun (https://www.mailgun.com/) email notifications slack - token and channel webhook - generic POST webhook
Issues/Bugs
I'm sure there are many, please create a new issue (https://github.com/ztgrace/mole/issues) and fill out the template as best as you can for quick triage.

Download Mole (https://github.com/ztgrace/mole)
Cross Site Port Attack - A Stranger’s Call

Summary :Continue reading on Medium Β»
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Using Wfuzz as an alternative to burp intruder?

hi, i am trying to solve this lab https://portswigger.net/web-security/sql-injection/blind/lab-conditional-responses , which requires the burp intruder to test for each character using two payload positions and cluster bomb attack type and grep the "welcome back" conditional response. community version of burpsuite however has a time throttle and is incredibly slow. I am trying to use Wfuzz to do this but i dont have any idea. I also read somewhere that this could also be done using http fuzz module of patator. some insight please?

submitted by /u/julong98
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Arkamβ€Šβ€”β€ŠHackthebox Writeup

https://cdn-images-1.medium.com/max/608/1*JwCV7qM4UQ94TY5LPlbflQ.png
Arkham is a Medium-difficulty box that I picked up in order to get familiar with deserialisation vulnerabilities for the OSWE exam.

Continue reading on Medium Β»