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
hacking: security in practice
Kali linux stty raw -echo doesn’t work

Once i get a bash shell on the victim i want to have a fully usable shell, everywhere i look i have to ctrlz —> stty raw -echo —> fg —> enter —> enter. But when i do it, it doesn’t work, the enter is recognized as a charachter. I haven’t found anything about it online and i remember asking to my professor and he mentioned something about how newer versions of kali treats the tty. Anyone knows what i have to do? Thanks for the help :)

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

___________________________
@hacking_Attack
@Hacking_Video
FaPro is a Fake Protocol Server tool, Can easily start or stop multiple network services.The goal is to support as many protocols (https://www.kitploit.com/search/label/Protocols) as possible, and support as many deep interactions as possible for each protocol.
Features
Supported Running Modes: Local MachineVirtual NetworkSupported Protocols: DNSDCE/RPCEIPElasticsearchFTPHTTPIEC 104MemcachedModbusMQTTMySQLRDPRedisS7SMBSMTPSNMPSSHTelnetVNCIMAPPOP3Use TcpForward to forward network trafficSupport tcp syn logging
Protocol simulation (https://www.kitploit.com/search/label/Simulation) demos

Rdp
Support credssp ntlmv2 nla authentication.Support to configure the image displayed when user login.

___________________________
@hacking_Attack
@Hacking_Video
SSH
Support user login.Support fake terminal commands, such as id, uid, whoami, etc.Account format: username:password:home:uid

___________________________
@hacking_Attack
@Hacking_Video
IMAP & SMTP
Support user login and interaction.

___________________________
@hacking_Attack
@Hacking_Video
Mysql
Support sql statement query interaction

___________________________
@hacking_Attack
@Hacking_Video
HTTP
Support website clone, You need to install the chrome browser and chrome driver (https://chromedriver.chromium.org/downloads) to work.
Quick Start

Generate Config
The configuration of all protocols and parameters is generated by genConfig subcommand.Use 172.16.0.0/16 subnet to generate the configuration file: fapro.json ">fapro genConfig -n 172.16.0.0/16 > fapro.jsonOr use local address instead of the virtual network: fapro.json ">fapro genConfig > fapro.json
Run the protocol simulator
Run FaPro in verbose mode and start the web service on port 8080:fapro run -v -l :8080
Tcp syn logging
For windows users, please install winpcap (https://www.winpcap.org/install/) or npcap (https://nmap.org/npcap/).
Log analysis
Use ELK to analyze protocol logs:

___________________________
@hacking_Attack
@Hacking_Video