python - CUPP (pentest) on google app engine -


do see limitations cupp (http://www.securityfocus.com/tools/7320) running on gae?

i see few problems right off:

  • you'll need create web interface script
  • gae not allow long running tasks , looks take while. you'd need recode break work chunks.
  • outbound ftp (for fetching word lists) not supported on gae
  • local file write access not supported (you'd need convert use datastore)

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -