Nightmare Machine

Ink

Administrator
Thread author
Verified
Staff Member
Well-known
Jan 8, 2011
22,361
WARNING: IMAGES ON THIS WEBSITE ARE GENERATED BY DEEP LEARNING ALGORITHMS AND MAY NOT BE SUITABLE FOR ALL USERS. They contain scary content.

Enter the NIGHTMARE MACHINE

Horror imagery generated by artificial intelligence.


Enter Site

upload_2016-10-31_18-41-38.png

View Tower Bridge Animation GIF
 

DardiM

Level 26
Verified
Honorary Member
Top Poster
Malware Hunter
Well-known
May 14, 2016
1,597
I voted when I browsed on it :)

My post was just a way to say that some members have scary faces (avatars) :D

"They contain scary content"

=> they also thought about programmers !?

I found this strange part, in the webpage code :

<div class="cc-selector" style="position: relative; left: 0; top: 20px;" "="">
<input id="visa" type="radio" name="credit-card" value="s_231c7b75b98a4efa8342733f36799cdf" onchange="this.form.submit();">
<label class="drinkcard-cc visa" for="visa"></label>
<input id="mastercard" type="radio" name="credit-card" value="ns_231c7b75b98a4efa8342733f36799cdf" onchange="this.form.submit();">
<label class="drinkcard-cc mastercard" for="mastercard"></label>
</div>​

Red part for "Scary"
Blue part for "Not Scary"

=> hidden radio buttons for the choice

In the CSS :

.cc-selector input {
margin: 0;
padding: 0;
-webkit-appearance: none;
=> hide
}
=> Labels : images

.visa {
background-image: url(scary2.png);
width: 140px;
height: 60px;
}
.mastercard {
background-image: url(notscary2.png);
width: 140px;
height: 60px;
}
=> onchange="this.form.submit()
231c7b75b98a4efa8342733f36799cdf => is to know what picture is concerned
s_ or ns_ at the begining => scary or not scary
Example :

POST request to Location to http ://nightmare.mit.edu/submit_face_results
credit-card: s_231c7b75b98a4efa8342733f36799cdf

but : redirection : HTTP 302
Location : http ://nightmare.mit.edu/faces

Happy Halloween :p
 
Last edited:

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top