Skip to main content

#Graphics Formats : Types of Graphics Formats # Steganography #Hacktheworld #VideoCanAlsoBeVirus


Good Day!!!

Till Now, Many of us still aware about the .jpg , .png and .jpeg formats but there are so many graphics formats which people are using for their work. Technical structure of these formats may vary from each other.
May be many of us don't know that these file formats can also contain virus in their embedded binary codes. When I was learning Television Engineering I got to know that if human eye will see 30 images per second then due to illusion eyes consider it as video.
"
In practice, to depict rapid motion smoothly it is customary to transmit from 25 to 30 complete pictures per second. To provide detail sufficient to accommodate a wide range of subject matter, each picture is analyzed into 200,000 or more picture elements, or pixels 
Source: britanica
"

The same principle has been used to make horizontal and vertical scanning which was the invention of TeleVision. Science of embedding codes into image formats is known as Steganography.

The article and word itself contains lot of meaning in it. I am trying to write an idea in this blog if you have any views please share or poke me at @tuxlimr


Add caption

Comments

Popular posts from this blog

#bogon ip #IPV4 - Matter of research

Bogon filtering  is the practice of filtering  bogons,  which are bogus (fake)  IP addresses  of a  computer network . Bogons include  IP   packets  on the public  Internet  that contain addresses that are not in any range allocated or delegated by the  Internet Assigned Numbers Authority  (IANA) or a delegated  regional Internet registry  (RIR) and allowed for public internet use. The areas of unallocated address space are called the  bogon space . Bogons also include reserved private address [1]  and  link-local address  ranges, such as those in  10.0.0.0/8 ,  172.16.0.0/12 ,  192.168.0.0/16 , and  169.254.0.0/16 , which are reserved for  private networks , [1]  sometimes also known as  Martian packets . May be you are not aware about how many bogon ip exist : which can be 20.4% ( 875,310,464/4billion ips) Source Wikipedia: other links ht...

Try #Sublist3r a tool specifically designed for the #enumeration of domain listing

About Sublist3r Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS. 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. Download here: https://github.com/aboul3la/Sublist3r

Dcrawler - Website Crawling

A Web crawler starts with a list of  URLs  to visit, called the  seeds . As the crawler visits these URLs, it identifies all the  hyperlinks  in the page and adds them to the list of URLs to visit, called the  crawl frontier . URLs from the frontier are  recursively  visited according to a set of policies. If the crawler is performing archiving of  websites  it copies and saves the information as it goes. The archives are usually stored in such a way they can be viewed, read and navigated as they were on the live web, but are preserved as ‘snapshots'. Try this and Enjoy.