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
Low to medium Ubuntu Core honeypot (https://www.kitploit.com/search/label/HoneyPot) coded in Python.
Features
Optional Login (https://www.kitploit.com/search/label/Login) Prompt Logs commands used and IP addresses Customize MOTD, Port, Hostname and how many clients can connect at once (default is unlimited) Save and load config Add support to a plethora of commands
Todo
Packet Capture Better Logging Service Geolocation Email Alerts Insights such as charts & graphs Add Default Configurations Optimize / Fix Code
How to run
sudo apt update && sudo apt upgrade -y
python3 dystopy.py
Command Line Arguments
bind to --motd MOTD, -m MOTD specify the message of the day --max MAX, -M MAX max (https://www.kitploit.com/search/label/Max) number of clients allowed to be connected at once. --username USERNAME, -u USERNAME username for fake login prompt and the user for the honeypot session --password PASSWORD, -p PASSWORD password for fake login prompt --hostname HOSTNAME, -H HOSTNAME hostname of the honeypot --localhost, -L host honeypot on localhost --save SAVE, -s SAVE save config to a json (https://www.kitploit.com/search/label/JSON) file --load LOAD, -l LOAD load a config file ">usage: dystopia.py [-h] [--port PORT] [--motd MOTD] [--max MAX] [--username USERNAME] [--password PASSWORD]
[--hostname HOSTNAME] [--localhost] [--save SAVE] [--load LOAD]

Dystopia | A python honeypot.

optional arguments:
-h, --help show this help message and exit
--port PORT, -P PORT specify a port to bind to
--motd MOTD, -m MOTD specify the message of the day
--max MAX, -M MAX max number of clients allowed to be connected at once.
--username USERNAME, -u USERNAME
username for fake login prompt and the user for the honeypot session
--password PASSWORD, -p PASSWORD
password for fake login prompt
--hostname HOSTNAME, -H HOSTNAME
hostname of the honeypot
--localhost, -L host honeypot on localhost
--save SAVE, -s SAVE save config to a json file
--load LOAD, -l LOAD load a config file

How to add Support for More Commands
You can add support to new commands by editing the file "commands.json". The format is command:output
for eg
{
"dog":"Dog command activated!"
}

___________________________
@hacking_Attack
@Hacking_Video
"Maintaining access" Phase
https://www.reddit.com/r/Pentesting/comments/nmlo5a/maintaining_access_phase/

Currently learning about pen testing and there is a phase called "Maintaining access" I can understand why a unethical hacker would like to maintain access but not a ethical hacker/pen tester for a company? Could anyone explain this for me thank you submitted by /u/Axolotlfc (https://www.reddit.com/user/Axolotlfc)
[link] (https://www.reddit.com/r/Pentesting/comments/nmlo5a/maintaining_access_phase/) [comments] (https://www.reddit.com/r/Pentesting/comments/nmlo5a/maintaining_access_phase/)

___________________________
@hacking_Attack
@Hacking_Video
Deep Web
I downloaded a file from anonfiles.com, is there a chance of getting into legal trouble?

I downloaded a rar, and it was a video I stopped few sec later when I realized it was CP/hurtcore (actually a part of daisys destruction), I cant tell how sick I feel right now. Ofc I deleted it from my device and sent a request immediately to anonfiles to delete it over their abuse report system. But now Im anxious, I could get into legal trouble anyways. Terms of use on the site says „We are strong advocates of privacy & do not log downloads.“ Am I safe?

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

___________________________
@hacking_Attack
@Hacking_Video