About

Blogger Tips and TricksLatest Tips For BloggersBlogger Tricks

Blogger Tips and TricksLatest Tips For BloggersBlogger Tricks
Showing posts with label LINUX. Show all posts
Showing posts with label LINUX. Show all posts

Monday, 3 July 2017

How to Setup Sublist3r – Fast Subdomains Enumeration Too


How to Setup Sublist3r – Fast Subdomains Enumeration Tool


Hello friends today will be walking about a really simple and powerful tool to gather sub-domains of the site. I will show you How to Setup Sublist3r – Fast Subdomains Enumeration Tool  .

About Sublist3r

Sublist3r is python tool that is designed to enumerate subdomains of websites through various OSINT sources. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r currenly supports many search engines such as Google, Yahoo, Bing, Baidu, and Ask. More search engines may be added in the future. Sublist3r also gathers subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and PassiveDNS.
subbrute was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. The credit goes to TheRook who is the author of subbrute.
Source : –https://github.com/aboul3la/Sublist3r

Installing Sublist3r:-

Download Sublist3r or Clone it using Git. from here : https://github.com/aboul3la/Sublist3r
Sublist3r depends on the requests, dnspython and argparse python modules.
These dependencies can be installed using the requirements file:
  • Installation on Windows:
c:\sublist3r\pip install -r requirements.txt
  • Installation on Linux
sudo pip install -r requirements.txt
These modules can be installed manually to for that you need to type these commands:-

For Linux :-

sudo pip install requests
 sudo pip install dnspython
 sudo pip install argparse
For Windows :-
 pip install requests
 pip install dnspython
 pip install argparse

Usage

Short FormLong FormDescription
-d–domainDomain name to enumerate subdomains of
-b–bruteforceEnable the subbrute bruteforce module
-p–portsScan the found subdomains against specific tcp ports
-v–verboseEnable the verbose mode and display results in realtime
-t–threadsNumber of threads to use for subbrute bruteforce
-e–enginesSpecify a comma-separated list of search engines
-o–outputSave the results to text file
-h–helpshow the help message and exit

Thursday, 29 June 2017

Red Hat Enterprise Linux 7.4 Beta release

Red Hat has announced the latest beta version of the company’s Red Hat Enterprise Linux 7.x series, which includes bug fixes and some new features for the 7.x series.

It can be seen that the new version is still focused on the security aspects of the system. To protect against the latest threats and provide a more secure platform for mission-critical deployments, Red Hat Enterprise Linux 7.4 Beta introduces several new security features, including:
  • Support for Network Bound Disk Encryption – a tool to reduce the scale management burden of disk encryption
  • OpenSSL HTTP / 2.0 enhancements – Multiple new transport layer security (TLS) protocol functions, such as Application Layer Protocol Negotiation (ALPN), can be implemented in OpenSSL.
  • Updated auditing features – designed to make it easier for administrators to filter events that audit system records, gather more information from critical events, and understand a large number of records
For additional information, please refer to the company’s  announcement and release notes , download address .