YeiZeta

http://transition.fcc.gov hacked By The Joker hack

Jul 24th, 2012
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. -----------------------------------------------------------------------------------------------------
  2. Target: http://transition.fcc.gov
  3. Web Server: Microsoft-IIS/7.5
  4. Powered-by: ASP.NET
  5. DB Server: MSSQL 2005 with error
  6. Resp. Time(avg): 380 ms
  7. Current User: dbs_admin
  8.  
  9. -----------------------------------------------------------------------------------------------------
  10. TABLES:
  11. -----------------------------------------------------------------------------------------------------
  12. -ADDRESS
  13. -AERONAUTICAL_COMMUNITY
  14. -AERONAUTICAL_NOTIFICATION
  15. -ANNUAL_CABLE_REPORT
  16. -ANTENNA_LOCATION
  17. -APPLICATION
  18. -APPLICATION_CONTACT
  19. -APPLICATION_MODIFICATION
  20. -CABLE_OPERATOR
  21. -CABLE_OPERATOR_ADDRESS
  22. -CABLE_OPERATOR_SUBSIDIARY
  23. -CALLSIGN
  24. -CHANNEL_GROUP
  25. -COMMUNITY_UNIT
  26. -CONTROLLER_HEADER
  27. -FREQUENCY
  28. -SITE
  29.  
  30. -----------------------------------------------------------------------------------------------------
  31. address_id synthetic_key_id not null,
  32. address_one medium_description null,
  33. address_two medium_description null,
  34. po_box short_description null,
  35. city medium_description not null,
  36. state varchar(20) not null,
  37. zip_code varchar(20) not null,
  38. mail_id_extension int not null,
  39. address_search long_description null,
  40. fips_code smallint null
  41. ------------------------------------------report_id int not null,
  42. head_end_id int not null,
  43. fiber_plant_length int null,
  44. application_id int not null,
  45. number_optical_nodes int null,
  46. contact_id int null,
  47. mail_out_date datetime null,
  48. avg_subscribers_optical int null,
  49. cars_facilities_used char(1) null,
  50. cable_modems_provided char(1) null,
  51. telephone_subscribers int null,
  52. cable_modem_subscribers int null,
  53. number_of_subscribers int null,
  54. cable_modems_deployed int null,
  55. potential_subscribers int null,
  56. clustered_cable_system char(1) null,
  57. coaxial_plant_length int null,
  58. cluster_subscribers int null,
  59. settop_boxes_deployed int null,
  60. number_analog_boxes int null,
  61. number_digital_boxes int null,
  62. number_hybrid_boxes int null,
  63. lower_downstream_spectrum decimal(10,4) null,
  64. upper_downstream_spectrum decimal(10,4) null,
  65. lower_active_downstream decimal(10,4) null,
  66. upper_active_downstream decimal(10,4) null,
  67. analog_channel_capacity int null,
  68. analog_channels_used int null,
  69. digital_channel_capacity int null,
  70. digital_channels_used int null,
  71. digital_modulation_method varchar(10) null,
  72. largest_digital_channels int null,
  73. lower_upstream_spectrum decimal(10,4) null,
  74. upper_upstream_spectrum decimal(10,4) null,
  75. lower_active_upstream decimal(10,4) null,
  76. upper_active_upstream decimal(10,4) null,
  77. number_clustered_systems int null,
  78. other_mod_method varchar(255) null
  79. -----------------------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment