Questions tagged [websites]

Interoperating with or deobfuscating web applications, often written in JavaScript client-side and various languages server-side

Reverse engineering of web applications, whether client-side or server-side.

The client part of web applications is often written in .

39 questions
10
votes
4 answers

How to create an API for a web application without its source code?

There's a post here (http://narenonit.blogspot.in/2011/07/my-youmint-api-to-send-free-sms.html) in which the author has tried to inform pretty well, as far as I can guess. The exact problem I'm facing is how to study the HTTP connection. Would it be…
3
votes
1 answer

How do you determine if a website was created using the Ruby language?

Without being able to look at the backend of a web app and only viewing the source code: Are there any certain directory structures that are common to Ruby? I'm looking to learn the language, but I am for searching for websites that I would want to…
Charles
  • 131
  • 2
1
vote
0 answers

Ruby on Rails Code Analysis

I have 'inherited' a fairly large Ruby on Rails repository that was developed for a web application and am trying to make heads or tails of it. I am specifically looking at this from the perspective of trying to analyze and understand the code…
user330994
  • 11
  • 1
1
vote
1 answer

reverse engineering a website for the Html, css and javascript

Is this possible to do? I intend to extract those files and change all coding to make it my own. Its meant for a static website.
0
votes
0 answers

I’m really new to this, I’m trying to Replicate this Template

for some few days I really liked this web template here and I’m trying really hard to replicate as much as possible as I’m broke, but ever since I’m failing in every step of the way. Can anyone help me out here with a proper roadmap of how to…
0
votes
1 answer

Can’t download embedded audio

This audio sample that I’m trying to download: https://www.audiotool.com/sample/hard_spinz_-_808 doesn’t appear to be listed when viewing the source code. I’ve looked over the whole page multiple times, tried inspect element as well, but I still…
0
votes
2 answers

Reverse engineering a whole website

How do i reverse engineer every single aspect and functionality of a website so that i get an exact fully working copy of it?. All interactions including JavaScript, cascade style sheets, PHP to make a perfect clone of it?
user87552
  • 13
  • 1
  • 1
  • 2