Friday, May 01, 2020

Progeny, Short Film, Review And Interview



Science fiction has had several looks at symbiotic relationships. They have been about willing participants. In Progeny the host is not so willing. In this story there are is also the included depth of dealing with political issues.

Progeny screened at the 2019 FilmQuest film festival (website). It was nominated for Best Screenplay (Kenda Greenwod Moran and Justin Daering) and Best Supporting Actor (Hans Christopher). It won for Best Student Short.

I recommend Progeny for science fiction fans, if nothing else to see a twist on the symbiotic relationship, but there is more good stuff packed into this short film.

Synopses

When a blue-collar man is forcibly implanted with his alien boss's parasitic offspring, he asks his wife to help him remove the parasite—a dangerous and forbidden act that puts their marriage and their lives at risk

The director, Justin Daering, shares what inspired the film and his filmmaking career. Along with that, he shares about what else he is working on and other things he likes to do when not making movies.

What was the inspiration for Progeny?

I was thinking about how frustrating it is to have so many men legislating women's rights for situations they are never going to have to face themselves, and I wanted to see a story where a man was put in that situation. I had also recently read Octavia Butler's Blood Child, and was inspired by the combination of the body-horror style I liked, with a more humanistic/dramatic narrative. I pitched my early idea to Kenda (Greenwood-Moran), my co-writer, and she helped me develop it into a real story.

What project(s) do you have coming up you're excited about?

We have a TV version, and a feature film version of Progeny that myself and the writer and producer of the short are shopping at the moment. Both scripts are great, the TV one gets into more world-building, whereas the feature goes deeper with the characters than the short allowed for. Kenda and I also have two other sci-fi features we are working on. I may also be directing a feature drama that a friend of mine wrote this winter.

What was your early inspiration for pursuing a career in film?

I have loved movies my entire life. Whenever I would see a film as a kid I would go home playing like I was in that movie, pretending to be Batman or The Ninja Turtles whatever I had just seen. I thought at first I wanted to be a painter because I found images so powerful, and then later a writer because I found story so meaningful, and then later an actor because I found performances so moving. But it was in high school when I started fighting with my theater directors over the directions they were giving to the other actors, that I realized the job I really wanted was theirs. So I started making films during my sophomore year of high school, and I haven't stopped.

What would be your dream project?

I have a large, world-building, science-fiction script that I want to make more than anything else. Nothing makes me feel as alive as imagining that world coming to life. The script is titled Resonant System, and it's my dream to be able to make it someday, but it's a big movie. To do it right, it would need to be on the scale of Star Wars or Avatar. So that's my Everest.

What are some of your favorite pastimes when not working on a movie?

I really enjoy seeking out rare films or rare versions of films. Recently I was able to get a copy of a "grindhouse" scan (dirty, degraded film with no clean up) of an original 35mm print of George Lucas's THX-1138. The last unaltered version commercially released was a laserdisc, and so this scan, despite its messy quality, is still much more detailed than what is commercially available. It's a film I really enjoy, but even more, I like the feeling of having something rare. That used to be more common, when you had to have physical media to watch something. Now, having something rare is rare, which I guess makes it more special, in a way.

What is one of your favorite movies and why?

A film I have been studying recently is John Boorman's Excalibur. I think it does a fantastic job of creating a sense of myth. It's an impersonal, soup to nuts chronicle of King Arthur. It's not especially psychological, it's very episodic, all traits antithetical to contemporary film tendencies and all subsequent versions of the Arthur story. But what it does do that none of those films achieve is create a sense of mythic grandeur. People take customs and beliefs with life or death seriousness, and the pageantry and presentation of the world feels like part historical reality, part Wizard of Oz. The more I watch it, the more I find it enchanting.

You can find out more about Progeny on
  • IMDb (link)
  • Website (link)
  • Facebook (link)
  • Twitter @WithdrawnAFI
  • Instagram progeny_movie

I'm working at keeping my material free of subscription charges by supplementing costs by being an Amazon Associate and having advertising appear. I earn a fee when people make purchases of qualified products from Amazon when they enter the site from a link on Guild Master Gaming and when people click on an ad. If you do either, thank you.

If you have a comment, suggestion, or critique please leave a comment here or send an email to guildmastergaming@gmail.com.

I have articles being published by others and you can find most of them on Guild Master Gaming on Facebookand Twitter(@GuildMstrGmng).




SuperTuxKart 1.0 Release


It's been a long and winding road for mascot racer SuperTuxKart, but after more than ten years of continuous and dedicated progress, the team has finally announced the release of build 1.0, marking an important development milestone for the project.

 As quoted from the official release post:

Yes, if you have followed our development a bit, that might be a bit of a surprise. But we have been asked why we don't call this release 1.0, and the majority of us developers discussed this and decided that indeed this release is a major milestone that deserves the big 1.0 number.

Indeed a nice surprise and definitely a big step forward with the inclusion of online multiplayer!

See more new features in the official release video:



As usual you can download the game here. Also don't forget to head over to our forums to provide some feedback to the developers.


Code License: GPLv3
Assets License:
CC BY-NC-SA 3.0

Sunday, April 26, 2020

Firebase-Extractor - A Tool Written In Python For Scraping Firebase Data


This tool is written in python2, the purpose of this tool is to parse all the results from Bing search.Basically whenever a firebaseio URL is found for an app , User instead of searching for sensitive data by going manually through the search results can use this tool.This tool works by using the given Firebase URL as a search query in the bing search engine, scraping the first 4 pages from the search results , it then finally parses all the URL's for sensitive keywords.

Below Modules were Used:
1.sys
2.requests
3.bs4 // pip install bs4 //
4.urllib2
5.pyfiglet // pip install pyfiglet //
6.re
[+]bs4(Beautiful soup) module is used for parsing and extracting data specific to html.
[+]pyfiglet module is used for generating the banner for the tool.

Running Instructions:
On command line run python firebase.py xyz.firebaseio.com
where xyz is the app or company specific name.




via KitPloitMore information

macSubstrate - Tool For Interprocess Code Injection On macOS


macSubstrate is a platform tool for interprocess code injection on macOS, with the similar function to Cydia Substrate on iOS. Using macSubstrate, you can inject your plugins (.bundle or .framework) into a mac app (including sandboxed apps) to tweak it in the runtime.
  • All you need is to get or create plugins for your target app.
  • No trouble with modification and codesign for the original target app.
  • No more work after the target app is updated.
  • Super easy to install or uninstall a plugin.
  • Loading plugins automatically whenever the target app is relaunched.
  • Providing a GUI app to make injection much easier.

Prepare
  • Disable SIP
  • Why should disable SIP
    System Integrity Protection is a new security policy that applies to every running process, including privileged code and code that runs out of the sandbox. The policy extends additional protections to components on disk and at run-time, only allowing system binaries to be modified by the system installer and software updates. Code injection and runtime attachments to system binaries are no longer permitted.

Usage
  1. download macSubstrate.app, put into /Applications and launch it.
    StatusBar
  2. grant authorization if needed.
  3. install a plugin by importing or dragging into macSubstrate.
    ToInstall
  4. launch the target app.
    step 3 and step 4 can be switched
    Once a plugin is installed by macSubstrate, it will take effect immediately. But if you want it to work whenever the target app is relaunched or macOS is restarted, you need to keep macSubstrate running and allow it to automatically launch at login.
  5. uninstall a plugin when you do not need it anymore.
    Installed

Plugin
macSubstrate supports plugins of .bundle or .framework, so you just need to create a valid .bundle or .framework file. The most important thing is to add a key macSubstratePlugin into the info.plist, with the dictionary value:
Key Value
TargetAppBundleID the target app's CFBundleIdentifier, this tells macSubstrate which app to inject.
Description brief description of the plugin
AuthorName author name of the plugin
AuthorEmail author email of the plugin
Please check the demo plugins demo.bundle and demo.framework for details.

Xcode Templates
macSubstrate also provides Xcode Templates to help you create plugins conveniently:
  1. ln -fhs ./macSubstratePluginTemplate ~/Library/Developer/Xcode/Templates/macSubstrate\ Plugin
  2. Launch Xcode, and there will be 2 new plugin templates for you.

Security
  1. SIP is a new security policy on macOS, which will help to keep you away from potential security risk. Disable it means you will lose the protection from SIP.
  2. If you install a plugin from a developer, you should be responsible for the security of the plugin. If you do not trust it, please do not install it. macSubstrate will help to verify the code signature of a plugin, and I suggest you to scan it using VirusTotal. Anyway, macSubstrate is just a tool, and it is your choice to decide what plugin to install.


Read more