Skip to main content

Posts

Showing posts from October, 2017

error:cannot list snaps: cannot communicate with server:Get http://localhost/v2/find?q=:dial unix /run/snapd.socket:connect:no such file or directory (fixed)

Welcome to devilz linux today we are going to fix comman error of snap ERROR- root@kali:~# snap install --classic anbox-installer error: cannot communicate with server: Post http://localhost/v2/snaps/anbox-installer: dial unix /run/snapd.socket: connect: no such file or directory root@kali:~# snap search anbox error: cannot list snaps: cannot communicate with server: Get http://localhost/v2/find?q=anbox: dial unix /run/snapd.socket: connect: no such file or directory root@kali:~# snap search k error: cannot list snaps: cannot communicate with server: Get http://localhost/v2/find?q=k: dial unix /run/snapd.socket: connect: no such file or directory root@kali:~# snap find programname error: cannot list snaps: cannot communicate with server: Get http://localhost/v2/find?q=programname: dial unix /run/snapd.socket: connect: no such file or directory FIX- 1>fire up terminal  2> Command -  service snapd start or       systemctl start snapd.service

How to install Automater | How to use Automater

Description:  Automater is a URL/Domain, IP Address, and Md5 Hash OSINT tool aimed at making the analysis process easier for intrusion Analysts . Given a target (URL, IP, or HASH) or a file full of targets Automater will return relevant results from sources -: IPvoid.com , Robtex.com , Fortiguard.com , unshorten.me , Urlvoid.com , Labs.alienvault.com , ThreatExpert, VxVault, VirusTotal. Automater is installed on HoneyDrive and Kali by default Installation: Linux: As this is a python script you will need to ensure you have the correct version of python, which for this script is python 2.7. I used mostly standard libraries, but just incase you don't have them, here are the libraries that are required: httplib2 , re , sys , argparse , urllib , urllib2 With the python and the libraries out of the way, you can simply use git to clone the tekdefense code to your local machine. git clone https://github.com/1aN0rmus/TekDefense-Automater.git If

How to Copy, and Paste in Terminal with Keyboard shotcut tricks

Welcome to Devilzlinux(rockstardevil) article today we are going to learn something simple but most effective... how to copy and paste lol but in terminal........In most applications Cut, Copy and Paste are Ctrl + X , Ctrl + C and Ctrl + V respectively. but in terminal the keys are different... Copying and Pasting   To open a Terminal window - Ctrl + Alt + T  To paste  -                            Ctrl + Shift + V To copy   -                             Ctrl + shift + C How to copy and past from mouse for noobs...  

what is acccheck | how to use accheck

Tool and Usage The tool is designed as a password dictionary attack tool that targets windows authentication via the SMB protocol. It is really a wrapper script around the ‘smbclient’ binary, and as a result is dependent on it for its execution.   used to share files and printers. Source: https://labs.portcullis.co.uk/tools/acccheck/ Author: Faisal Dean License: GPLv2   Source: https://labs.portcullis.co.uk/tools/acccheck/ Usage and audience This tool is categorized as a password cracker and password security tool. acccheck is commonly used for password discovery or password strength testing . Target users for this tool are pentesters and security professionals . Installation Support operating systems Acccheck is known to work on Linux . What do I need to use it? In order to use acccheck, you need to: Have your Kali instance in the same network as your victim machine (the machine which you are going use acccheck on). Have the IP

what is 0trace | steps to use 0trace | how to install 0trace

0trace 0trace.sh is a shell script written by Michal Zalewski. It is a reconnaissance / firewall bypassing tool that enables hop enumeration ("traceroute") within an established TCP connection, such as a HTTP or SMTP session. This is opposed to sending stray packets, as traceroute-type tools usually do. In case of a successful scan, 0trace provides useful additional servers for the penetration tester. Project details 0trace is written in C, shell script. Usage Syntax Otrace iface target_ip [ target_port ]   Strengths + The source code of this software is available Typical usage penetration test Description   0trace.py is a python port of Michal Zalewski's 0trace hop enumeration tool. 0trace was originally announced on Bugtraq on January 6th: I'd like to announce the availability of a free security reconnaissance / firewall bypassing tool called 0trace. This tool enables the user to perform hop enumeration ("traceroute")

How to use the multiple tabs in the Kali Linux terminal

How to use By default, Gnome Terminal Emulator  allows you to handle the tabs through keyboard combinations. So just open a new terminal and try with the following combinations: Add new tab To add a new tab press: Ctrl  +  Shift  +  T Close tab To close a tab, use the following combination once the desired tab is focused: Ctrl   +   Shift   +   W Switch tab To focus another tab in the console, use the following combinations. To switch one tab forward: Ctrl   +   Pg Up To switch one tab backwards: Ctrl   +   Pg Dn Move tab position With Gnome, you are able to change the position of the focused tab by using the following combinations. To move the tab one position up: Ctrl   +   Shift   +   Pg Up To move the tab one position down: Ctrl   +   Shift   +   Pg Dn

How to crack hasher algorithms like MD5, SHA1 using findmyhash in Kali Linux

Have you ever find an interesting hash on Internet or in some old database that used to be not so secure ? Now, with awesome and broad web services that you can find on the internet, you may be able to know what that hash used to look before it were hashed by some hasher algorithm like MD5, SHA1 or GOST. In Kali Linux, you may boost the process of searching on internet for the original string of your hash using the findmyhash tool that will do the job for you. findmyhash is an useful python script used to crack a lot of hashes using web services. How does findmyhash works ? findmyhash is an awesome command line utility that cracks hashes through different online services. As you may know, functions like MD5 aren't plainly encryption tools (though it may be used as part of some encryption algorithms) but a one way hash function, that means that you can't reverse it with certainty. Basically what it does is to send the hash that you provide to different web

How To Upload photo/video To Instagram From Desktop

How To Upload photo/video To Instagram From Desktop STEPS FOR WINDOWS AND LINUX!!!! 1>  OPEN instagram website FROM DESKTOP 2>Now press right click of your mouse and select INSPECT ELEMENT (Q)  AFTER PRESSING INSPECT ELEMENT (Q)     4> Now from INSPECT ELEMENT (Q) TOOL BAR select RESPONSIVE DEIGN MODE    AFTER     5> Select any device mode from option NO DEVICE SELECTED AFTER THAT YOU WILL GET OPTION TO UPLOAD PHOTO AND VIDEO   FOR OSX (APPLE) Device Mode is there more for developers to test various screen sizes, site performance and such things, but this is a handy feature. To access it go to View>Developer>Developer Tools , and then you’ll see a little icon that looks like a phone and tablet in the top right which allows you to toggle the mobile site version on and off.  BY ROCKSTARDEVIL  LIKE AND  SHARE   COMMENT IN Q/A ARENA THANKYOU FOR VISTING