Recommended Posts

Just found this little file on one of my storage drives, and remember having a bit of fun with it years ago

The file is a tiny 78kB, extract it using 7zip to find the extracted file is now 21MB, now extract that file and you`ll see that the extracted file is now 2.8GB

How many times can you extract Googolplex before you or your machine gives up ? :D

Apparently there is a file hidden at the very end of all of the extractions but I have never managed to get that far, from what I remember it is a text file containing the entire numerical value of a Googolplex

Download (Extract each file with 7zip)

http://localhostr.co...G/googolplex.gz

Link to comment
https://www.neowin.net/forum/topic/1122198-googolplex-how-far-can-you-get/
Share on other sites

Why post this? Its not a malicious file at all, it does nothing to your AV, there is no executable file at all

And it doesn't try to kill your system with a huge decompression, each extraction gets bigger and you can choose to cancel the extraction at any point

Read the wiki it will show why he did it

Most Anti Virus should not allow you to do this as it "should" pick it up as a zip bomb because of the way it exponentially increases in size

Read the wiki it will show why he did it

Most Anti Virus should not allow you to do this as it "should" pick it up as a zip bomb because of the way it exponentially increases in size

I did read it, Its not a zip bomb

You don't suddenly get 100 Petabytes trying to decompress, each time you extract the file it gets bigger and offers no harm to the machine at all, it doesn't try to crash your system whatsoever

I did read it, Its not a zip bomb

You don't suddenly get 100 Petabytes trying to decompress, each time you extract the file it gets bigger and offers no harm to the machine at all, it doesn't try to crash your system whatsoever

Yes, if you manually extract it the file doesn't expand until you initiate the next nested level, but the the same wouldn't be true for an AV program. For the AV it would initiate the next step automatically in order to ensure the contents of the file are safe. As a result, it would continue going down a level until it exploded.

  • Like 1

Assume a text file with 1 byte per character, the numerical value of a Googolplex would be (1e100) + 1 bytes which is ten duotrigintillion bytes or 9.095e87 terabyes. There isn't enough digital storage on earth to hold this value.

  • Like 1

Yes, if you manually extract it the file doesn't expand until you initiate the next nested level, but the the same wouldn't be true for an AV program. For the AV it would initiate the next step automatically in order to ensure the contents of the file are safe. As a result, it would continue going down a level until it exploded.

There are no file extensions on any of the nested levels, probably to prevent that happening

You dont understand whats being said

AV will auto scan the next level will see its also a zip and scan the next level, will see its a zip and scan the next level will see its a zip and scan the next level

it will continue to do this thus is scanning a bigger and bigger file each time it does this

You dont understand whats being said

AV will auto scan the next level will see its also a zip and scan the next level, will see its a zip and scan the next level will see its a zip and scan the next level

it will continue to do this thus is scanning a bigger and bigger file each time it does this

Funny, every time I ever extracted this, on many machines, with many other people also having a go, not once with different AVs did it cause any problems

Don't like it, don't download it, I wouldn't post any file that would cause problems

Funny, every time I ever extracted this, on many machines, with many other people also having a go, not once with different AVs did it cause any problems

Don't like it, don't download it, I wouldn't post any file that would cause problems

Then you guys had AV software that's actually worth a cent.

A good AV scanner should always stop after a certain time to not trick itself into zip bombs.

Apparently this isn't standard by now? Lord in heaven...

Glassed Silver:mac

I just tried expanding the first level (which produced several .zip files) and Windows (SearchFilterHost.exe) started using all my 8GB of RAM.

I had to terminate the Search Indexer process and then delete the .zip files via the command line.

Pretty scary stuff!

interesting...I've never seen this type of thing before. If I have time later tonight, maybe I'll write a little java program to extract it. It should be easy to extract each layer in memory and just discard each byte as it's read. that way, it wouldn't matter how large the file is. You could just let your cpu churn away. Has anyone tried this just for giggles?

edit: haha what am I talking about. this would never work. I'd run of memory during the extraction. ignore my entire idiotic comment

Then you guys had AV software that's actually worth a cent.

A good AV scanner should always stop after a certain time to not trick itself into zip bombs.

Apparently this isn't standard by now? Lord in heaven...

Glassed Silver:mac

I`m using NOD32 and it gives the all clear, and as you saw in VirusTotals scan, 0% of all scanners found any issues / zip bomb

Previous AVs I've used include Avast and Avira <<< High FP detection rate too but nothing

I just tried expanding the first level (which produced several .zip files) and Windows (SearchFilterHost.exe) started using all my 8GB of RAM. I had to terminate the Search Indexer process and then delete the .zip files via the command line. Pretty scary stuff!

There is only 1 file per extraction, the first = 21MB only

interesting...I've never seen this type of thing before. If I have time later tonight, maybe I'll write a little java program to extract it. It should be easy to extract each layer in memory and just discard each byte as it's read. that way, it wouldn't matter how large the file is. You could just let your cpu churn away. Has anyone tried this just for giggles?

edit: haha what am I talking about. this would never work. I'd run of memory during the extraction. ignore my entire idiotic comment

I remember when I first found this, someone did something similar to what you are thinking, managed to partially extract all of the layers and found the txt file at the end - which is how I know what is in there

  • Like 2

Assume a text file with 1 byte per character, the numerical value of a Googolplex would be (1e100) + 1 bytes which is ten duotrigintillion bytes or 9.095e87 terabyes. There isn't enough digital storage on earth to hold this value.

To expand on this, the volume of the Earth is roughly equivalent to the volume occupied by 2.87e24 3.5" hard drives.

Let's say you stored the .txt file across 1 petabyte 3.5" hard drives (don't exist, but pretend they do) you would still need 8.882e84 hard drives, which would take up a volume of space approximately 1e63 times that of earth itself, if my math is correct.

I remember when I first found this, someone did something similar to what you are thinking, managed to partially extract all of the layers and found the txt file at the end - which is how I know what is in there

yea actually, it looks like it should be possible to do that. Java has a class called ZipInputStream (http://docs.oracle.com/javase/1.4.2/docs/api/java/util/zip/ZipInputStream.html) that can read a stream of bytes and inflate it. He probably had a method to inflate a few bytes into a buffer and then make a recursive call with that buffer. You'd have to make sure there aren't so many recursive calls that you'd get a stack overflow, but eventually, you'd get to the inner most level.

This topic is now closed to further replies.
  • Posts

    • How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy —was $28 now FREE by Steven Parker Claim your complimentary copy (worth $28) of "How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy" for free, before the offer ends on June 30. Description In today’s workplace, headlines about artificial intelligence can feel overwhelming. With headlines swinging between promises of utopia and warnings of mass unemployment, for most knowledge workers, the truth feels unclear. In this book, Sharon Gai cuts through the noise. Drawing from real-world examples and global insights, she explains how AI is reshaping the way we work—without hype or fearmongering. Instead of choosing between blind optimism or outright pessimism, she offers a practical, balanced perspective that helps readers make sense of the rapidly evolving AI landscape. You’ll learn how to: Reskill and future-proof your career in the face of AI disruption Identify which parts of your role can be automated, and which require human creativity and judgment Use proven frameworks to evaluate AI’s impact on your work and your organization Apply actionable tips and tools to boost productivity, make smarter decisions, and do more with less Gain clarity as a parent, leader, or professional navigating what this means for the next generation Whether you’re an employee anxious about your future, a parent concerned about your children’s opportunities, or a leader managing a lean team with tight budgets, this book provides the strategies and mindset you need to adapt so you can stop worrying and start preparing. How to download for free Please ensure you read the terms and conditions to claim this offer. Complete and verifiable information is required in order to receive this free offer. If you have previously made use of these offers, you will not need to re-register. Was $28, but is now FREE | Below free offer link expires on June 30. How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy The below offers are also available for free in exchange for your (work) email: The Vibe Coding Playbook: Building Your Tech Business with AI ($35 Value) FREE - Expires 6/23 The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers ($28 Value) FREE - Expires 6/24 How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy ($28 Value) FREE - Expires 6/30 Cloud Security Fundamentals: Building the Foundations for Secure Cloud Platforms ($131.95 Value) FREE - Expires 7/1 The Complete Free AI Learning: Master ChatGPT, Claude, Gemini & More ($21 Value) FREE How to Build an AI Design Workflow with Gamma ($21 Value) FREE The Ultimate Linux Newbie Guide – Featured Free content Python Notes for Professionals – Featured Free content Learn Linux in 5 Days – Featured Free content Quick Reference Guide for Cybersecurity – Featured Free content We post these because we earn commission on each lead so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin The above deal not doing it for you, but still want to help? Check out the links below. Check out our partner software in the Neowin Store Buy a T-shirt at Neowin's Threadsquad Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: An account at Neowin Deals is required to participate in any deals powered by our affiliate, StackCommerce. For a full description of StackCommerce's privacy guidelines, go here. Neowin benefits from shared revenue of each sale made through the branded deals site.
    • Microsoft admits one of the most crucial Outlook features is currently broken by Sayan Sen Microsoft is making some decent progress when it comes to Windows 11. Recently we have confirmed reports of some rather useful improvements landing in the next version of the OS, 26H2, wherein GPU driver TDR crashes may finally be fixed, plus the company is also allowing users to disable web content on the Search. On the Outlook front though things have not been so rosy. Last month in May we reported several problems affecting basic functionalities on the app. These included a problem where documents would open blank or corrupt themselves. Following that, Quick Steps, a very useful feature, would no longer work correctly, and finally, Microsoft acknowledged a problem wherein images would fail to load up properly inside the email. Microsoft had resolved those bugs later and almost exactly a month after we reported on them, the company has now admitted a new similarly basic issue, this time on Macs. Users recently started noticing that Outlook would no longer display email threads properly as the original message itself was not displayed. An affected user Tsoumpas, C (ngmb) nicely described the problem in a forum post they made on Microsoft's site. They wrote: "Description of the issue: After updating Outlook for Mac [Version 16.110 (26061317)] on 18/6/2026, replying to any email no longer includes the original message in the reply window. Prior to the update, replies correctly contained the original email text below my response. Expected behavior: The original message should be included in the reply, as in previous Outlook versions and according to the configured reply settings. Actual behavior: The reply window contains only a blank composition area (or only my response), with none of the original email text included." Obviously this must be a highly frustrating for users as noted by several in that thread. The post, at the time of writing, has also been upvoted by more than 40 users indicating that is a fairly widespread bug. Thankfully Microsoft seems to have acknowledged the problem right around that time as it opened a new issue on its official website. In the support article, the company recommends switching to Outlook for Mac from the legacy app, where the problem appears to be happening.
    • PotPlayer 260622 by Razvan Serea PotPlayer is an extremely light-weight multimedia player for Windows. It feels like the KMPlayer, but is in active development. Supports almost every available video formats out there. PotPlayer contains internal codecs and there is no need to install codecs manually. Other key features include WebCam/Analog/Digital TV devices support, gapless video playback, DXVA, live broadcasting. Distinctive features of the player is a high quality playback, support for all modern video and audio formats and a built DXVA video codecs. A wide range of subtitles are supported and you are also able to capture audio, video, and screenshots. A comprehensive video and audio player, that also supports TV channels, subtitles and skins. Its been described on the Internet as The KMPlayer redux, and it pretty much is. Daum PotPlayer 260622 (1.7.22963) changelog: Removed Kakao TV Added pause function when navigating via the navigation bar Significantly improved internal stability Fixed an issue where colors appeared strange during RGB24 processing Improved playback for some HTTP streams Improved sync processing for the built-in audio renderer Fixed an issue where certain MP4 files behaved abnormally during playback Download: Daum PotPlayer (64-bit) | 54.7 MB (Freeware) Download: Daum PotPlayer (32-bit) | 61.1 MB View: Daum PotPlayer Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Tixati 3.44 is out.
    • Speccy 1.34.084 by Razvan Serea Speccy will give you detailed statistics on every piece of hardware in your computer. Including CPU, Motherboard, RAM, Graphics Cards, Hard Disks, Optical Drives, Audio support. Additionally Speccy adds the temperatures of your different components, so you can easily see if there's a problem! Processor brand and model Hard drive size and speed Amount of memory (RAM) Graphics card Operating system At first glance, Speccy may seem like an application for system administrators and power users. It certainly is, but Speccy can also help normal users, in everyday computing life. If you need to add more memory to your system, for example, you can check how many memory slots your computer has and what memory's already installed. Then you can go out and buy the right type of memory to add on or replace what you've already got. Download: Speccy 1.34.084 | 20.5 MB (Freeware) View: Speccy Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      94
    4. 4
      Michael Scrip
      82
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!