| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This is an message board for LAKS Cheat Training members. It is also the message board for the Upper Yough Training program which directly follows Cheat Training. There are some other advanced trips in here too .QUICK way to advertise your company's business! INEXPENSIVE way to advertise your business! PROVEN way to advertise your home based business
Wednesday, 22 April 2020
Get on the River! Book Now, Pay Later!
Voodoo-Kali - Kali Linux Desktop On Windows 10
How it works?
* Kali Linux with XFCE Desktop Environment in Windows Subsystem for Linux (WSL)
* VcXsrv X Server for Windows is doing the hard GUI lifting
* XFCE is started natively in WSL and displayed by VcXsrv
Install Voodoo-Kali:
1, Enable WSL and install Kali Linux from the Microsoft Store. Read Install Kali Linux desktop on Windows 10 from Microsoft Store
2, To start Kali Linux in Windows 10, open Command Prompt and enter the command: kali
3, Enter this commands:
apt install wget -y
wget https://raw.githubusercontent.com/Re4son/WSL-Kali-X/master/install-WSL-Kali-X
bash ./install-WSL-Kali-X
4, Download and install VcXsrv Windows X Server from SourceForge
5, Start VcXsrv, accept change in firewall rules, exit VcXsrv
Run Voodoo-Kali:
Start kali in Windows as normal user (that's default), and launch Voodoo-Kali:
* as normal user: ./start-xfce
* as root: sudo /root/xtart-xfce
Run Kali Desktop in an RDP session:
In Kali Linux WSL, type: sudo /etc/init.d/xrdp start
In Windows 10, open Run and enter mstsc.exe and connect to "127.0.0.1:3390"
Status: Voodoo-Kali is in its infancy and it is far from being elegant. I'm working on it though and step by step I'll push out improvements. Below a snippet of the To-Do list:
* Clean up and comment the scripts
* Make for a cleaner exit
* Better error handling and dependency checking (get rid of sleep, etc.)
* Improve stability of Java programs
* Improve the looks??
* …
Any help is truly appreciated, in any shape or form – from tips to pull requests.
Why don't you join the forums to discuss?
Further Information:
* Offsec – Kali Linux in the Windows App Store
* MSDN – Windows Subsystem for Linux Overview
Download Voodoo-Kali
Continue reading
Tuesday, 21 April 2020
Monday, 20 April 2020
Your customer sent you files via WeTransfer
|
Leo's Noob
I would like to send a salve to my friend noob at Rivendel in Brazilian company hahaha
Related links
- How To Install Pentest Tools In Ubuntu
- Hacks And Tools
- Pentest Tools Website
- Pentest Tools Subdomain
- Growth Hacker Tools
- Hacking Tools For Beginners
- Hack Tools Mac
- Hacker Tools
- Pentest Tools List
- Nsa Hacker Tools
- New Hacker Tools
- What Are Hacking Tools
- Hacking Tools Free Download
- Pentest Tools Apk
- Hacking Tools Usb
- Hacking Tools For Kali Linux
- Hacks And Tools
- Hacker Tools Mac
- Hack Tools Mac
- Hacker Tools For Pc
- Hacker Tools Software
- Hacker Tools
- Wifi Hacker Tools For Windows
- Pentest Tools Bluekeep
- Hacking Tools Usb
- Pentest Tools Subdomain
- Nsa Hack Tools Download
OWASP Announcement
🕬 OWASP Announcement:
The OWASP Foundation has been chosen to be 1 of 50 Open Source Organizations to participate in the inaugural year of the Google Season of Docs program.
The goal of Season of Docs is to provide a framework for technical writers and open source projects to work together towards the common goal of improving an open source project's documentation. For technical writers who are new to open source, the program provides an opportunity to gain experience in contributing to open source projects. For technical writers who're already working in open source, the program provides a potentially new way of working together. Season of Docs also gives open source projects an opportunity to engage more of the technical writing community.
We would like to thank the OWASP members that donate their time and knowledge as administrators and mentors. It would not be possible if not for these individuals:
Spyros, Fabio, and Konstantinos The goal of Season of Docs is to provide a framework for technical writers and open source projects to work together towards the common goal of improving an open source project's documentation. For technical writers who are new to open source, the program provides an opportunity to gain experience in contributing to open source projects. For technical writers who're already working in open source, the program provides a potentially new way of working together. Season of Docs also gives open source projects an opportunity to engage more of the technical writing community.
We would like to thank the OWASP members that donate their time and knowledge as administrators and mentors. It would not be possible if not for these individuals:
Read more
- Hacking Tools For Windows
- Hacking Tools Kit
- Pentest Tools For Mac
- Hacker Tools Apk
- Hack Tools For Mac
- Pentest Tools Open Source
- Pentest Tools Github
- Hack Tools Online
- Hacking Tools For Windows 7
- Install Pentest Tools Ubuntu
- Pentest Tools Android
- Hacker Tools List
- Android Hack Tools Github
- Hacker Tools Github
- Best Hacking Tools 2020
- Pentest Tools Alternative
- Hack Tools For Windows
- Hacking Tools For Pc
- Hacking Tools Download
- Hacking Tools 2019
- Hacking Tools Github
- Hacking Tools 2020
- Hacking Tools Free Download
- Pentest Tools Website
- Pentest Tools Free
- Nsa Hack Tools Download
- Hacker Security Tools
- Hacking Tools 2019
- Hacker Tools
DNSProbe - A Tool Built On Top Of Retryabledns That Allows You To Perform Multiple DNS Queries Of Your Choice With A List Of User Supplied Resolvers
DNSProbe is a tool built on top of retryabledns that allows you to perform multiple dns queries of your choice with a list of user supplied resolvers.
Features
- Simple and Handy utility to query DNS records.
Usage
dnsprobe -h| Flag | Description | Example |
|---|---|---|
| -c | Max dns retries (default 1) | dnsprobe -c 5 |
| -l | List of dns domains (optional) | dnsprobe -l domains.txt |
| -r | Request Type A, NS, CNAME, SOA, PTR, MX, TXT, AAAA (default "A") | dnsprobe -r A |
| -s | List of resolvers (optional) | dnsprobe -s resolvers.txt |
| -t | Number of concurrent requests to make (default 250) | dnsprobe -t 500 |
| -f | Output type: ip, domain, response, simple (domain + ip, default), full (domain + response), json (domain + raw response) | dnsprobe -f json |
| -o | Output file (optional) | dnsprobe -o result.txt |
Installation Instructions
From Source
dnsprobe requires go1.13+ to install successfully. Run the following command to get the repo -
GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobe In order to update the tool, you can use -u flag with go get command.Querying host for A record
To query a list of domains, you can pass the list via stdin.
GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobeQuerying host for CNAME record
> cat domains.txt | dnsprobe
root@test:~# cat bc.txt | dnsprobe
bounce.bugcrowd.com 192.28.152.174
blog.bugcrowd.com 104.20.4.239
blog.bugcrowd.com 104.20.5.239
www.bugcrowd.com 104.20.5.239
www.bugcrowd.com 104.20.4.239
events.bugcrowd.com 54.84.134.174domains.txt and returns the results. The tool uses the resolvers specified with -s option to perform the queries or default system resolvers.Querying CNAME records on the Subfinder output
> dnsprobe -l domains.txt -r CNAME
root@test:~# dnsprobe -l bc.txt -r CNAME
forum.bugcrowd.com bugcrowd.hosted-by-discourse.com.
collateral.bugcrowd.com bugcrowd.outrch.com.
go.bugcrowd.com mkto-ab270028.com.
ww2.bugcrowd.com bugcrowdinc.mktoweb.com.
researcherdocs.bugcrowd.com ssl.readmessl.com.
docs.bugcrowd.com ssl.readmessl.com.License
DNSProbe is made with love by the projectdiscovery team.
via KitPloit
This article is the property of Tenochtitlan Offensive Security. Verlo Completo --> https://tenochtitlan-sec.blogspot.com
More information
- Hacker Tools For Ios
- Hacking Tools Github
- Best Hacking Tools 2019
- Android Hack Tools Github
- Best Hacking Tools 2020
- Hack Tools For Mac
- Hack Tools Pc
- Pentest Tools For Android
- Hacking Tools For Windows 7
- Game Hacking
- Pentest Tools Open Source
- Bluetooth Hacking Tools Kali
- Hack Tools
- Easy Hack Tools
- Hacking Tools For Pc
- Hack Tools For Pc
- Pentest Tools Framework
- Hacker Security Tools
- Pentest Tools Kali Linux
- Free Pentest Tools For Windows
- Hacker Tools Apk Download
- Pentest Tools Find Subdomains
- Pentest Tools Kali Linux
- Hacking Tools Software
- Hacker Techniques Tools And Incident Handling
- Free Pentest Tools For Windows
- Hacking Tools Online
Subscribe to:
Posts (Atom)



