TWA Flight 358

Trans World Airlines Flight 358 (TWA Flight 358) was a domestic flight traveling from Chicago's O'Hare International Airport to New York City's John F. Kennedy International Airport. On June 11, 1971, a ticketless man named Gregory White boarded the Boeing 727 aircraft using force and demanded a machine gun, $75,000, and to be flown to North Vietnam. After murdering a passenger, White was soon apprehended at the John F. Kennedy International Airport by FBI agents, wounded, and arrested. It was the first attempted hijacking in the United States that resulted in a passenger fatality.[1]

TWA Flight 358
Hijacking
Date11 June 1971 (1971-06-11)
SummaryHijacking
SiteChicago, Illinois, Airspace, and New York City, New York, United States
OperatorTrans World Airlines
Flight originO'Hare International Airport, Chicago
DestinationJohn F. Kennedy International Airport, New York

Hijacking Events

On June 11, 1971, Gregory White bypassed security at O'Hare International Airport and entered onto the tarmac, preparing to board TWA Flight 358.[2] When flight attendant Cathy Culver asked White to present his boarding ticket, White took out a pistol and held it to Culver's head. He then entered the aircraft and demanded to be flown to North Vietnam, in addition to demanding a machine gun and $75,000.[1]

The pilot Captain Robert Eugene Elder and co-pilot Ronald Dupuis contacted TWA Operations for help. Passengers were allowed to exit the aircraft, and while they were doing so, U.S. Deputy Marshal Joseph Zito boarded by climbing a rope into a window in the cockpit. One passenger, Howard Franks, reentered the aircraft after forgetting an item and was shot dead by White. Captain Robert Elder dragged Franks' body back to the terminal, returned to the aircraft, and negotiated with the hijacker to stop at John F. Kennedy International Airport for a larger aircraft better suited for travel to North Vietnam.[1]

While en route to New York, Zito gave an extra firearm to Don Welsheimer, the flight engineer, and both exchanged gunfire between the cockpit and the cabin with the hijacker. Once on the ground in New York, a FBI agent shot White in the arm and White surrendered.[1] The pilots, flight engineer, flight attendant, and Deputy Marshal then escaped down an escape slide. White followed and was arrested and taken to Queens General Hospital.[3] Later, White was deemed too incompetent for trial and was committed to a state mental hospital in Chester, Illinois.[1]

gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.
gollark: <@151391317740486657>

References

  1. Koerner, Brendan I. (2013-06-17). "Skyjacker of the Day". Slate. ISSN 1091-2339. Retrieved 2017-01-07.
  2. "Gun Spotter Unmanned, TWA Says (June 15, 1971)". Retrieved 2017-01-07.
  3. "Ludington Daily News - Google News Archive Search". news.google.com. Retrieved 2017-01-07.

For further reading, see https://www.nytimes.com/1971/06/13/archives/jet-hijacker-held-here-in-200000-bail-jetliner-hijacker-seized-in.html

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.