Posts

Extract image from a word document

Image
Word documents can contain embedded images you may need to extract it. copy and paste may result in poor quality images or if the document contains too many images to copy them . To extract embedded images from a Word document save the document as a web page using the following steps: 1. On the File menu click Save as Web Page 2. In the Save As drop down select Web Page (*.htm; *.html) Images will be extracted from the document and placed in the folder named <DocumentName>_files in the same location as the saved web page. In android use google docs app from save option chose as web page (*.htm,*.html) Then go to your drive app you should find the file with *.zip format open you should find your pictures in image folder. If you get the word file all ready saved (downloaded from the net) then Change it name from <file_Name>.docx to <file_Name>.zip, open it in : word>media folder. If you face any problems in open the zip archive in this c...

Search on Google like professional using this technique

Image
Search on Google like professional using this technique Many people use the internet for searching, and the most used browsers is the famous one Google that's why you should know those techniques to make it more productive and helpful. Search social media Put @ in front of a word to search social media. For example: @twitter. @facebook Search for a price Put $ in front of a number. For example: camera $400. Search hashtags Put # in front of a word. For example: #throwbackthursday Exclude words from your search Put - in front of a word you want to leave out. For example: jaguar speed -car Search for an exact match word Put a word or phrase inside quotes. For example: "tallest building". Search within a range of numbers Put ".." between two numbers. For example: camera $50..$100. Combine searches Put "OR" between each search query Then Google will look for sites contain one of the search query or all of them. For example:...

Execute bash command from python shell console.

Image
Execute bash command from python shell console . Almost Every unix., Linux machine came with pre-installed python sometimes the distribution may came by an older version but you can update it by simpl command line. python is a very powerful language that has a lot of features and an active community, And the ability to download any library without mentioning its standard library (pre-installed library) that are installed by default exemple ( datetime, math, random, os, multiprocessing, subprocess, socket, email, json...)    Désavantages of bash scripting Python is a  Shell scripting language which means it is developed mainly to deal with the system and its files, just like bash. Each scripting language has its benefits for example when it is came to dealing with systems files (copying, renaming, creating, reading...) bash provides better experience for every day using then any other language using cd, mv, cp, ls ... command. Bash disadvantage appears ...

Tool-x in termux

Image
After we discussed how to install termux and setup our environment (apt update, apt upgrade) now it is time to use it for penetration testing. The termux app is a Linux emulater, can be used almost the same way as any Linux distribution even like the famous one kali linux. How to transform termux into pentest tool without root?  We need to understand that termux is not made especially for hacking  but we can use it to install hacking optemised tool for it or even to install the famous kali nethunter all thus with just a simple way using  Txtool.  Before we download Txtool on termux let's first understand why we should download it.  We said that we can use termux for different purposes depend on your need, (C programming, C++ programming, python programming,network scanning, web scanning, exploring exploit in different os... ),all this based on the tools that you download so all what you have to do is to look on the internet for needed tool then download it ...

Linux command you need to know

Image
Some Linux command that you can use it in termux emulater this command can be used for every Linux distribution. cd command Cd [directory name] use this command to move from local directory to next/previous directory For examples : if you are in a directory called "local _directory" contain  other directories one of them named "next_directory", to move from "local_directory " to " next_directory" just type : cd next_directory then hit enter, if next_directory contain an other directory jus type cd directory_name , in case you want to return to previous folder in this case you don't have to know the name of the file just type cd ..  (cd space then 2 point) then hit enter. Linux command are very sensitive when it came to the syntaxe, you must be careful in spelling of every letter you write and specially big and small one for example "Cd" is not the same as "cd" and not the same as "CD", otherwise you will have e...

Termux terminal linux emulater for Android

Image
Termux is linux terminal emulater that works directly with no rooting or setup required, created for Android os available on Google play store and F-droid, support Android 5.0 and above. This Android app in the right hands can transform your smartphone into powerful remote hacking device you can take it anywhere in your pocket, and all That dépend on your skills. As a Linux emulater, it run almost all the command that can be be run by any Linux machine and you can almost install on it whatever package you want, just search for it online especially on github. Once you install it on your device run apt update & & apt upgrade Then hit enter  Your app will look in the internet for an update and it will ask you if you want to install it y/n  just type y. Now type  termux-setup-storage Then hit enter a new pop-up window will ask for storage permissions just allow. And that's it for now your app is ready to use. For more detailed information we recommen...

Rules to respect in order to get approved by adsense

Image
The first thing came to your mind when you think about making money blogging on the internet is   Google adsense the most used advertising program on the web in 2015 thew pay nearly $ 10B to their publishers. So, all what you have to do is making a blog in blogger website (WordPress website or Google blogger. Com) then sit back and watch the money floating into your wallet, it's a good plan only if your blog get approved by adsense whish not quite easy at all. First of all you should keep in mind the the terms and the policies of adsense may change any time and per our Terms and Conditions, it's your responsibility to keep up-to-date with them. AdSense Program policies Invalid clicks and impressions The publisher shouldn't press on their own ads or use any other method to inflate impressions (click) artificial or manually. Encouraging clicks or views (non-rewarded inventory) The publisher participating in adsense should not encourage the user to c...